裝好ssh後,發覺無法用root登入,可是sshd_config接正確。
後來發現原因在於,Ubuntu沒有root帳號,但是可以透過sudo -s拿到root權限。
su root 密碼怎樣打也行不通,不過sudo -s卻可以。
總之就是要用sudo -s 後 執行passwd 建立帳號
ref. http://www.thegeekstuff.com/2009/09/ubuntu-tips-how-to-login-using-su-command-su-gives-authentication-failure-error-message/
[心得]Ubuntu無法ssh登入,布布扣,bubuko.com
原文地址:http://www.cnblogs.com/bittorrent/p/3740252.html