SSHのパスワード認証を無効にする
ここに記載されているように、SSHクライアントがパスワードプロンプトにアクセスできないようにする方法を探しています。 rootログインのpassword:プロンプトを無効にできません。読み取るファイルを変更しました。sshd_config ChallengeResponseAuthentication no PasswordAuthentication no UsePAM no また、アクセス権を変更したchmod 700 ~/.sshとchmod 600 ~/.ssh/authorized_keys。何が欠けていますか?これにはパスフレーズが必要ですか? 冗長ダンプ: debug1: Authentications that can continue: publickey,password debug1: Next authentication method: publickey debug1: Offering RSA public key: /home/user/.ssh/id_rsa debug1: Authentications that can continue: publickey,password debug1: Trying private key: /home/user/.ssh/id_dsa debug1: Trying private key: /home/user/.ssh/id_ecdsa debug1: Next authentication …