Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable annoying mRemoteNG connection lost popups?

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

like image 544
Tormeh Avatar asked Sep 05 '16 09:09

Tormeh


1 Answers

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".

like image 188
Tormeh Avatar answered Nov 15 '22 09:11

Tormeh