ssh-copy-id [email protected]
Then disable password login by editing `/etc/ssh/sshd_config`:
PasswordAuthentication no
Restart sshd: `systemctl restart sshd`.
ssh-copy-id [email protected]
Then disable password login by editing `/etc/ssh/sshd_config`:
PasswordAuthentication no
Restart sshd: `systemctl restart sshd`.
Still need a hand? Open a ticket and we'll reply.
Open a ticket →