0

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?

SSHD Permissions Authentication Add a comment
caden
asked Apr 15 2019

Answer

0

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.

Add a comment
linuxhelp
asked Apr 15 2019
Post your Answer