Skip to content

Instantly share code, notes, and snippets.

@kirevdokimov
Last active May 8, 2020 22:22
Show Gist options
  • Save kirevdokimov/275b4eb4443c9ac63b104f6db523fbda to your computer and use it in GitHub Desktop.
Save kirevdokimov/275b4eb4443c9ac63b104f6db523fbda to your computer and use it in GitHub Desktop.
How to ssh
# get pub and priv keys if dont have yet on local machine
ssh-keygen -t rsa
# paste id_pub key to .ssh/authozied_keys on remote machine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment