I have a Solaris 5.8 and I want to do an user ssh login without password to this machine. I have configured it, but it doesn't work:
ssh -v userA@mymachineA
....
debug1: authentications that can continue: publickey,password
debug1: next auth method to try is publickey
debug1: try pubkey: /home/myuser/.ssh/id_rsa
debug1: authentications that can continue: publickey,password
debug1: try pubkey: /home/myuser/.ssh/id_dsa
debug1: authentications that can continue: publickey,password
debug1: next auth method to try is password
userA@mymachineA's password:
My configuration is:
mymachineA[root]/export/home/userA/.ssh>ls -altr
total 10
drwxr-xr-x 3 userA other 512 Mar 4 16:00 ..
-rw------- 1 root other 606 Mar 4 16:
drwxr-xr-x 2 userA other 512 Mar 13 15:00 .
-rw-r--r-- 1 userA other 606 Mar 13 15:01 authorized_keys
mymachineA[root]/export/home/userA>ls -altr |grep .ssh
drwxr-xr-x 2 userA other 512 Mar 13 15:00 .ssh
mymachineA[root]/export/home>ls -altr |grep userA
drwxr-xr-x 3 userA other 512 Mar 4 16:06 userA
and where authorired_keys is used ssh-dss
Moreover, the userA user has a password.
Could anybody help me?
Thanks.
ssh -v userA@mymachineA
....
debug1: authentications that can continue: publickey,password
debug1: next auth method to try is publickey
debug1: try pubkey: /home/myuser/.ssh/id_rsa
debug1: authentications that can continue: publickey,password
debug1: try pubkey: /home/myuser/.ssh/id_dsa
debug1: authentications that can continue: publickey,password
debug1: next auth method to try is password
userA@mymachineA's password:
My configuration is:
mymachineA[root]/export/home/userA/.ssh>ls -altr
total 10
drwxr-xr-x 3 userA other 512 Mar 4 16:00 ..
-rw------- 1 root other 606 Mar 4 16:
drwxr-xr-x 2 userA other 512 Mar 13 15:00 .
-rw-r--r-- 1 userA other 606 Mar 13 15:01 authorized_keys
mymachineA[root]/export/home/userA>ls -altr |grep .ssh
drwxr-xr-x 2 userA other 512 Mar 13 15:00 .ssh
mymachineA[root]/export/home>ls -altr |grep userA
drwxr-xr-x 3 userA other 512 Mar 4 16:06 userA
and where authorired_keys is used ssh-dss
Moreover, the userA user has a password.
Could anybody help me?
Thanks.