Enable ssh connection on rpi Zero 2W - Kraft2k/icebox-rover GitHub Wiki

To enable ssh connection edit file sshd_config

cd /etc/ssh

vim sshd_config


#Authentication:

#LoginGraceTime 2m

PermitRootLogin prohibit-password

................

#To disable tunneled clear text passwords, change to no here!

PasswordAuthentication yes

#PermitEmptyPasswords no

#Change to yes to enable challenge-response passwords (beware issues with

#some PAM modules and threads)

KbdInteractiveAuthentication yes


sudo systemctl restart sshd