Skip to content

Tag Archives: ssh

Easy password-less SSH login

1. Generate your SSH key. Leave passphrase empty (simply press enter): ssh-keygen 2. Copy the key to the server where you want to login without using password authentication: ssh-copy-id user@host.name.com