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
reboot
or restart sshd service using:/etc/init.d/ssh restart
Raspberry PI SSH 啟用root登入功能
sudo nano /etc/ssh/sshd_config
PermitRootLogin without-password
PermitRootLogin yes
reboot
or restart sshd service using: /etc/init.d/ssh restart