alexzimmer96/rancher-hcloud

Disable SSH Password Login

alexzimmer96 opened this issue · 1 comments

We should disable password login and allow only SSH keys. The code for this is already there but commented out.

Mentioned here:

# sed -i 's/[#]*PasswordAuthentication yes/PasswordAuthentication no/g' /etc/ssh/sshd_config

This is a duplicate of #7