Last active
November 30, 2020 09:49
-
-
Save zolo2hin/f91f79d70b07c3cbdd683082e9d608f7 to your computer and use it in GitHub Desktop.
Bash commands and syntax
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
# Generate ssh key without password | |
ssh-keygen -b 2048 -t rsa -f ~/Documents/keys/ssh/KEYNAME -q -N "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment