Skip to content

Instantly share code, notes, and snippets.

@monodeep12
Created February 17, 2016 04:55
Show Gist options
  • Save monodeep12/6edfae40a642faa15831 to your computer and use it in GitHub Desktop.
Save monodeep12/6edfae40a642faa15831 to your computer and use it in GitHub Desktop.
Copy your SSH public key on a remote machine for passwordless login - the easy way
ssh-copy-id username@hostname
# Source: http://www.commandlinefu.com/commands/view/771/copy-your-ssh-public-key-on-a-remote-machine-for-passwordless-login-the-easy-way
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment