Skip to content

Instantly share code, notes, and snippets.

@frytg
Created February 22, 2019 09:46
Show Gist options
  • Save frytg/2dd920da22e8c8d4b8db71563a9fa210 to your computer and use it in GitHub Desktop.
Save frytg/2dd920da22e8c8d4b8db71563a9fa210 to your computer and use it in GitHub Desktop.

Creating a Public Key

  1. Go to .ssh
cd ~/.ssh
  1. make key
ssh-keygen -t rsa
  1. copy *.pub to server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment