有關etcsshsshd的精選大全

如何修改/etc/ssh/sshd
Linux的ssh設定需要修改ssh的配置檔案sshd_config,輸入命令:vi/etc/ssh/sshd_config在這個檔案中,將PermitRootLoginwithout-password這一行修改爲PermitRootLoginyes,這一行的意思是“允許root用戶用ssh登入”。再去掉#P...
熱門標籤