/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
主に Linux (Ubuntu, Fedora) 関連の設定メモ&小技集です。たまに Windows 関連ネタも。
(プロンプトの $ は一般ユーザ権限、# は root 権限です。いちいち説明はせんよ。)
/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 件のコメント:
コメントを投稿