If you are using Putty to log in to Linux, it will prompt no supported Authentication methods available
1. Try the file /etc/ssh/sshd_config and make the following changes:
PasswordAuthentication yes
Restart the server
Specific operation:
vi /etc/ssh/sshd_config
PasswordAuthentication yes
1. Try the file /etc/ssh/sshd_config and make the following changes:
PasswordAuthentication yes
Restart the server
Specific operation:
vi /etc/ssh/sshd_config
PasswordAuthentication yes
Restart the server to