您好,登錄后才能下訂單哦!
今天安裝了Ubuntu Server 14.04 發現配置了root密碼后
竟然不能ssh登陸,但是su root正常! why?
原來新版本里面sshd_config里面有了限制
#vim /etc/ssh/sshd_config
# Authentication:
LoginGraceTime 120
#PermitRootLogin without-password #找到這里,把它注釋
PermitRootLogin yes #改為yes 然后重啟ssh
StrictModes yes
#service ssh restart
#Tips:這里注意/etc/init.d/ssh restart 用這個方式重啟是不成功的。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。