-
-
Save ackuser/ecec6db2b4c42f079be1b7f5e7fa278d to your computer and use it in GitHub Desktop.
Cygwin SSH Client keep alive // how to enable
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
| If you use Cygwin and SSH and you are frustrated because you lose server connection after some time, then this could help you: | |
| create the file cygwin/etc/ssh_config | |
| place the following text: | |
| KeepAlive yes | |
| ServerAliveInterval 60 | |
| restart cygwin shell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment