Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PuTTY fatal error: "No supported authentication methods available"

PuTTY fatal error:

No supported authentication methods available

When I tried to login into the production server, I am getting above error. Could anyone help me to fix this?

like image 796
Thirumurthy Avatar asked May 22 '12 07:05

Thirumurthy


1 Answers

Edit file

sudo vi /etc/ssh/sshd_config

Set PasswordAuthentication yes enter image description here

Then restart server

sudo service ssh restart
sudo service sshd restart
like image 68
Nguyễn Thành Nghĩa Avatar answered Oct 19 '22 14:10

Nguyễn Thành Nghĩa