You are not logged in.
I have add
sshd: ALL
to hosts.allow
But I still can't connect my computer via a ssh client.
Why? Need I to install a sshd server? How can I do this?
I tried to
pacman -S sshd
or even
pacman -S ssh
But I cant find the ssh package. :oops:
Offline
"pacman -Sy openssh putty" should be 'nuff.
Putty isn't necessary for the server part of the job.
Remember to start the server before connecting: /etc/rc.d/sshd start
Microshaft delenda est
Offline
.murkus
Offline
did you add sshd to daemons() in rc.conf?
Offline
I understand now, I need a sshd server like openssh.
Now I do it.
And I have another problem which is about windows manager.
I will start a new topic and I hope someone can help me.
Thank you.:)
Offline
The new topic is here:
http://bbs.archlinux.org/viewtopic.php?p=108167#108167
Offline
Remember that PAM denies root login by default on Arch.
You need to log in a a normal user and then su.
Offline