Skip to content

Instantly share code, notes, and snippets.

@mstfydmr
Created May 1, 2019 12:01
Show Gist options
  • Save mstfydmr/eb222b6510a5d12c0266740cf5deee83 to your computer and use it in GitHub Desktop.
Save mstfydmr/eb222b6510a5d12c0266740cf5deee83 to your computer and use it in GitHub Desktop.
Generate SSH Key
ssh-keygen -t rsa
# === OR ====
mkdir /path/to/folder
chmod -R 755 /path/to/folder
ssh-keygen -t rsa -b 4096 -C "mustafa@aydemir.im" -f /path/to/folder/key -q -N “”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment