Eclipse is falling connection to the remote server (NET Virtua)

1

I work with eclipse connected remotely to a server. I recently switched the Internet from Vivo (formerly GVT) to NET.

After the exchange, the eclipse connection to the server does not persist - it crashes from time to time, forcing me to reconnect at all times, to open the (long) path of the folder on the server again.

This is also true of the PUTTY connection, which is not an eclipse fault. I would like to know if there are any settings so I can change this interval or remove it.

    
asked by anonymous 09.01.2018 / 14:13

1 answer

0

This happened to me on the SSH connections in OSX High Sierra when using NET.

I solved by editing my ~ / .ssh / config file and inserting the line:

ServerAliveInterval 60

It keeps the connection active by sending a keep-alive packet every 60 seconds.

Thank you to Rodrigo Calado for the solution on his blog .

    
01.03.2018 / 15:15