0

I am working on EC2 client. I have setup user account and respected public/private key for SSH login. It was working fine. Today I had to install ftp so that I can upload files through filezilla. SO instead of creating new user for vsftpd I setup password for same user (user which I was using for SSH). Now I am able to access FTP using same credentials but my SSH login is failed. It throws me error as "Disconnected: No suppoerted authentication methods available (server sent: publickey)". Now I am not able to access my ec2 instance using SSH at all.

4

2 に答える 2

1

キーに問題があるか、SSH 構成に何らかの問題があります。sshd_config ファイルに対して行ったこと、またはインストール プロセスで行ったことはありますか? うまくいかない場合は、新しいインスタンスを作成し、障害のあるマシンの EBS ボリュームをそれにアタッチすることをお勧めします。これは、データを保護するのに役立ちます。

于 2013-09-08T08:40:24.663 に答える