2017年4月10日 星期一

[RPi] root 可以 ssh 登入

1. 要先更新 root 密碼
$ sudo passwd root

2. 要讓 root 可以從 ssh 登入
  • Login, and edit this file: sudo nano /etc/ssh/sshd_config
  • Find this line: PermitRootLogin without-password
  • Edit: PermitRootLogin yes
3. 重新啟動 sshd
$ sudo systemctl restart ssh.service 


參考:
http://raspberrypi.stackexchange.com/questions/48056/login-as-root-not-possible


沒有留言: