Skip to content

Instantly share code, notes, and snippets.

@minhanhhere
Created February 12, 2016 16:17
Show Gist options
  • Save minhanhhere/6ec34283b912bc645e4b to your computer and use it in GitHub Desktop.
Save minhanhhere/6ec34283b912bc645e4b to your computer and use it in GitHub Desktop.
Common command with SSH
#ssh to a server
ssh user@host
#copy ssh key
ssh-copy-id user@123.45.56.78
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment