在 Google Cloud 上的 Centos 7 預設 ssh 登入是用 key 登入的而不是輸入 root 的帳密登入。
不過我還是一直都只會用帳號密碼的方式登入。所以這個影片就是用來告訴大家怎樣設定可以讓 ssh 回到可以用帳號密碼登入的狀態。
主要要修正的要點
/etc/sshd/sshd_conf
PermitRootLogin yes PasswordAuthentication yes
PermitRootLogin yes PasswordAuthentication yes
留言