KeetonHosting.com KH
KeetonHosting.com

Set up SSH key authentication

Browse the shop → Call (480) 624-2500
VPS & Dedicated // updated 2026-07-22

Set up SSH key authentication

Stop using passwords over SSH — it’s 30 seconds of setup.

ssh-keygen -t ed25519 -C 'you@laptop'
ssh-copy-id user@your.vps.ip

Then edit /etc/ssh/sshd_config on the VPS:

PasswordAuthentication no
PermitRootLogin no
PubkeyAuthentication yes

Reload sshd: sudo systemctl reload sshd. Test the new connection in a second window before you close the first.

Still stuck? Our engineers answer the phone 24/7 — (480) 624-2500.