SSH サーバーの公開鍵と秘密鍵に基づく認証を無効にしたいです。パスワード ベースの SSH クライアント ログインのみを使用したいです。どのように設定すればよいですか? 何か助けはありますか?
私の/etc/ssh/sshd_configファイルの内容は次のとおりです。/etc/ssh/sshd_config.d/*.confを含めます。
AuthorizedKeysFile .ssh/authorized_keys .ssh/authorized_keys2
# For this to work you will also need host keys in
/etc/ssh/ssh_known_hosts
PasswordAuthentication yes
ChallengeResponseAuthentication no
UsePAM yes
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server
私の/etc/ssh/ssd_configファイルの内容は次のとおりです
Include /etc/ssh/ssh_config.d/*.conf
Host *
PasswordAuthentication yes
HostbasedAuthentication no
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null