SSH login without password
Make sure that:
- the
authorized_keys
has permission 600. - the
sybase
's $HOME folder and$HOME/.ssh
has permission 700 and owned bysybase
.
Also take a look at sshd logs on server B, it will tell you more details.
On solaris, you should set the user's home directory to 755, .ssh directory to 755, and .ssh/authorized_keys to 600.