1另萤、禁止遠(yuǎn)程賬密登錄湃密,其實(shí)很簡(jiǎn)單,執(zhí)行以下命令
$ sudo nano /etc/ssh/sshd_config
2四敞、找到配置文件sshd_config中的
PasswordAuthentication yes
改為
PasswordAuthentication no
3泛源、重新啟動(dòng)ssh 服務(wù)
Debian 系的(Debian,Ubuntu等)執(zhí)行:
$ sudo service ssh restart
redhat系的(CentOS/Fedora 等)執(zhí)行:
$ sudo service sshd restart