caden
asked Apr 15 2019
Answer
In the SSH configuration file, /etc/ssh/sshd_config
Change the password Authentication To Yes.
restart the service of ssh.
systemctl restart ssh
It resolves the above error.
linuxhelp
asked Apr 15 2019
Permission denied (publickey,password)
Hello When I am trying to connect my remote system using ssh,it throws an error like permission denied.
How to resolve this error?