2024年9月7日土曜日

Ubuntu 24.04 sshd で、パスワードログインを有効化する

/etc/ssh/sshd_config を編集する

# vi /etc/ssh/sshd_config
(下記を設定する)
PasswordAuthentication yes
KbdInteractiveAuthentication yes

ssh を再起動する

# systemctl restart ssh.service

● sshd, ssh, パスワード, password, ログイン, login, interactive, authentication, sshd_config

0 件のコメント: