SSHでは通常、公開鍵認証が優先されますが、パスワード認証を強制的に使用したい時はないでしょうか。いつも忘れてしまうので、メモ書きさせていただきます。
ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no username@server_ip
Go to list of users who liked
SSHでは通常、公開鍵認証が優先されますが、パスワード認証を強制的に使用したい時はないでしょうか。いつも忘れてしまうので、メモ書きさせていただきます。
ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no username@server_ip
Register as a new user and use Qiita more conveniently
Go to list of users who liked