On 01/07/10 12:42, John Dunn wrote:
I am trying to enable passwordless ssh between a user on a Solaris10 box
and a Solaris 8 box.

I have generated the rsa key on the Solaris 10 box with an empty
passphrase, copied to authorized_keys and copied to the Solaris8 box.

The .ssh directory for the user on the Solaris8 box is as below.

But when I try to ssh to the user from the Solaris10 box to the Solaris8
box , I am still prompted for the password.

-r-------- 1 producer producer 224 Jan 7 11:36 authorized_keys

-rw------- 1 producer producer 887 Jan 7 11:36 id_rsa

-rw-r--r-- 1 producer producer 224 Jan 7 11:36 id_rsa.pub


hello John,

happy new year to everyone on this alias. i wish you all the best!

  Is this a permissions issue?


it could be... you may check the permissions of the home directory and .ssh of the 'producer' user on the solaris 8 machine (it should not be group/others writable).

you may also run the ssh command from the solaris 10 box in verbose mode so we can see where the problem is:
produ...@solaris10-box$ ssh -vvv solaris8-box

are there any logs (/var/log/authlog) from the sshd on the solaris8-box?


cheers,

Stoyan

_______________________________________________
Solaris-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/solaris-users

Reply via email to