Last active
January 15, 2023 07:42
-
-
Save Max95Cohen/d5563396a2d4c48a7843526d1d4b5f98 to your computer and use it in GitHub Desktop.
config ssh
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/config | |
Host * | |
ServerAliveInterval 30 | |
ServerAliveCountMax 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment