[Linux] SSH でパスワード認証を出来ないようにする方法
#{mes}(#{link})に書いてあった。sshd_config で以下のようにすればイイらしい。
RSAAuthentication yes
でも、RSA Authentication でなく DSA を使いたいからこうしてみることにする。
DSAAuthentication yes
RSAAuthentication no
#{mes}(#{link})に書いてあった。sshd_config で以下のようにすればイイらしい。
RSAAuthentication yes
でも、RSA Authentication でなく DSA を使いたいからこうしてみることにする。
DSAAuthentication yes
RSAAuthentication no
コメント
コメントを投稿