Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ackuser/ecec6db2b4c42f079be1b7f5e7fa278d to your computer and use it in GitHub Desktop.

Select an option

Save ackuser/ecec6db2b4c42f079be1b7f5e7fa278d 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