Raspberry PI SSH 啟用root登入功能
- Login, and edit this file:
sudo nano /etc/ssh/sshd_config - Find this line:
PermitRootLogin without-password - Edit:
PermitRootLogin yes - Close and save file
rebootor restart sshd service using:/etc/init.d/ssh restart
Raspberry PI SSH 啟用root登入功能
sudo nano /etc/ssh/sshd_configPermitRootLogin without-passwordPermitRootLogin yesreboot or restart sshd service using: /etc/init.d/ssh restart