Skip to content

Instantly share code, notes, and snippets.

@camargo
Last active August 16, 2018 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save camargo/e73913a959c77b3969e67bf63602e749 to your computer and use it in GitHub Desktop.
Save camargo/e73913a959c77b3969e67bf63602e749 to your computer and use it in GitHub Desktop.
AuthorizedClientServer.md

Generate Keys for Authorized Server Access

Client:

cd .ssh
ssh-keygen
cat id_rsa.pub (ctrl-c)

Server:

cd .ssh
cat >> authorized_keys
(ctrl-v + ctrl-d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment