Skip to content

Instantly share code, notes, and snippets.

@zolo2hin
Last active November 30, 2020 09:49
Show Gist options
  • Save zolo2hin/f91f79d70b07c3cbdd683082e9d608f7 to your computer and use it in GitHub Desktop.
Save zolo2hin/f91f79d70b07c3cbdd683082e9d608f7 to your computer and use it in GitHub Desktop.
Bash commands and syntax
# 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