Skip to content

Instantly share code, notes, and snippets.

@hinst
Last active January 15, 2018 10:49
Show Gist options
  • Save hinst/afc070c011c023655107 to your computer and use it in GitHub Desktop.
Save hinst/afc070c011c023655107 to your computer and use it in GitHub Desktop.
Cygwin SSH Client keep alive // how to enable
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