jeanp413 / open-remote-ssh

VSCode Remote Development: Open any folder on a remote machine using SSH.
MIT License
309 stars 43 forks source link

Feature: Add Keep-Alive option #101

Open eduncan911 opened 1 year ago

eduncan911 commented 1 year ago

Excellent extension.

I keep getting disconnected over long periods of idle, which I'm assuming is a disconnect if idle.

Could we have an option to perform some type of keep alike activity in the background?

lex-ibm commented 10 months ago

I think this can be done, I checked the code and ssh2 supports it.

DamianoP commented 1 week ago

I get disconnected all the time.... in my ssh connections config file I specified for all hosts:

ServerAliveInterval 100
ServerAliveCountMax 60

but still after a while it disconnects...