Disable SSH warning

Posted on

This happens because the user pi has the default password of raspberry.

Option 1 is to update password. Option 2 is hack away.

sudo rm -rf /etc/profile.d/sshpwd.sh
sudo rm -rf /etc/xdg/lxsession/LXDE-pi/sshpwd.sh
sudo rm -rf /etc/xdg/autostart/pprompt.desktop

Leave a Comment