Hy all! I'm trying to solve a problem for 2 days related to openssh. I have 2 PCs, A and B. On B I had installed the openssh server, A is the client (openssh). Connecting from A to B using password is working fine. I have problem configuring the passwordless connection.
I followed these instructions: - on A: ssh-keygen -t rsa, don't enter passphrase, just hit enter. - id_rsa and id_rsa.pub will be generated to ~/.ssh - copy id_rsa.pub from A to B - copy-paste the content of id_rsa.pub to ~/.ssh/authorized_keys After executing these steps the "ssh B" should not promt for any password. But prompts for password. These are my settings in sshd_config (a part of the file): RSAAuthentication yes PubkeyAuthentication yes AuthorizedKeysFile .ssh/authorized_keys HostbasedAuthentication yes IgnoreUserKnownHosts no PasswordAuthentication yes If I turn PasswordAuthentication to no, when trying to connect via ssh, only the Usage Warning text shows, no password request, no error message, but the connection seems to be be failed, unless dir lists files on A. Could someone help me out? I am stuck by this tehnical problem for 2 days :-S Regards, Gr3go -- View this message in context: http://n2.nabble.com/MultiNode-OpenSSH-problem-tp2347925p2347925.html Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

