Created
May 1, 2019 12:01
-
-
Save mstfydmr/eb222b6510a5d12c0266740cf5deee83 to your computer and use it in GitHub Desktop.
Generate SSH Key
This file contains 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-keygen -t rsa | |
# === OR ==== | |
mkdir /path/to/folder | |
chmod -R 755 /path/to/folder | |
ssh-keygen -t rsa -b 4096 -C "[email protected]" -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