Hi, I hope below points might help you.
*Approach 1#* You need to change the sshd_config file in the remote server (probably in /etc/ssh/sshd_config). Change PasswordAuthentication value. PasswordAuthentication no to PasswordAuthentication yes And then restart the SSHD daemon *Approach 2#* Check the authorized_keys file permission. chmod 600 ~/.ssh/authorized_keys Thanks. On Wed, Aug 7, 2013 at 7:16 PM, Kasa V Varun Tej <[email protected]>wrote: > Whats the probable cause of the error when the error log of the ssh action > reads: > > Error: permission denied (publickey password) > > I already have a passphrase-less ssh set. can you guys point me towards > the potential reason and solution to the error. > > Thanks, > Kasa. > > > > >
