Created
February 12, 2016 16:17
-
-
Save minhanhhere/6ec34283b912bc645e4b to your computer and use it in GitHub Desktop.
Common command with SSH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ssh to a server | |
ssh user@host | |
#copy ssh key | |
ssh-copy-id [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment