1. 編輯 ssh 設定檔 sshd_config。
#vi / etc / ssh / sshd_config
# Authentication:
#LoginGraceTime 2m
PermitRootLogin yes # 預設為 yes,要改為no。
2.重新啟動 ssh server 服務。
#service sshd restart
1. 編輯 ssh 設定檔 sshd_config。
#vi / etc / ssh / sshd_config
# Authentication:
#LoginGraceTime 2m
PermitRootLogin yes # 預設為 yes,要改為no。
2.重新啟動 ssh server 服務。
#service sshd restart