Skip to content

Instantly share code, notes, and snippets.

@Jongbhin
Last active February 7, 2020 06:47
Show Gist options
  • Save Jongbhin/864a723ccc28ea2287b5f45e26e251fb to your computer and use it in GitHub Desktop.
Save Jongbhin/864a723ccc28ea2287b5f45e26e251fb to your computer and use it in GitHub Desktop.
[ssh key gen] #ssh

generate rsa key

ssh-keygen

add to server

ssh-copy-id -i ~/.ssh/id_rsa.pub 1100378@host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment