Terminals-Origin / Terminals

Terminals is a secure, multi tab terminal services/remote desktop client. It uses Terminal Services ActiveX Client (mstscax.dll). The project started from the need of controlling multiple connections simultaneously. It is a complete replacement for the mstsc.exe (Terminal Services) client. This is official source moved from Codeplex.
Other
1.24k stars 234 forks source link

Add option to disable idle timeout #225

Open Marc4129932 opened 4 years ago

Marc4129932 commented 4 years ago

On RDP settings, there are static options without much description. The source code mentioned 600 being the maximum on idle timeout, but it also enforces a value between 10 and 240.

I would like the option to never disconnect for being idle. I'm usually connected to servers 24x7 running something, and I don't want to have to re-login over and over.

I tried using 0 (zero) and -1, but found it was forcing it to 10.

The application works great for me otherwise.