Skip to content

Instantly share code, notes, and snippets.

@jw-foss
Created July 13, 2022 03:03
Show Gist options
  • Save jw-foss/f9ba9c5807bf92694ca5983de65dc98d to your computer and use it in GitHub Desktop.
Save jw-foss/f9ba9c5807bf92694ca5983de65dc98d to your computer and use it in GitHub Desktop.
Handy commands

Copy ssh public key to the remote server

ssh-copy-id -i [file-to-identity_file] [user]@[host]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment