13

How do I get rid of the annoying mRemoteNG lost connection popups that happen whenever an SSH session times out?

ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
Tormeh
  • 501
  • 1
  • 4
  • 10

1 Answers1

24

The popups actually come from PuttyNG. You need to change the putty options under tools->options->advanced. Relevant options are setting Session->"Close window on exit" to Always, enabling Connection->"Enable TCP keepalives" and setting Connection->"Seconds between keepalives" to more than 0.

Remember to save the PuttyNG settings as "Default Settings" in Session->"Saved Sessions".

Tormeh
  • 501
  • 1
  • 4
  • 10