sshd 停用 root 遠端登入

1.  編輯 ssh 設定檔 sshd_config。
#vi / etc / ssh / sshd_config

# Authentication:
#LoginGraceTime 2m
PermitRootLogin yes  # 預設為 yes,要改為no。

2.重新啟動 ssh server 服務。
#service sshd restart