Skip to content

Instantly share code, notes, and snippets.

@denitram
Last active October 3, 2018 12:07
Show Gist options
  • Save denitram/caf133593b13d1abe37bdfc77350175f to your computer and use it in GitHub Desktop.
Save denitram/caf133593b13d1abe37bdfc77350175f to your computer and use it in GitHub Desktop.
ssh-handy
#---To change the passphrase on your default rsa key:
$ ssh-keygen -p -f ~/.ssh/id_rsa
#---Keep alive
~/.ssh/config
Host *
ServerAliveInternal 30
TCKeepAlive yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment