Last active
October 3, 2018 12:07
-
-
Save denitram/caf133593b13d1abe37bdfc77350175f to your computer and use it in GitHub Desktop.
ssh-handy
This file contains hidden or 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
#---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