How to properly terminate an idle connection (xrdp + xvnc)? #2096
-
Hello, I'm using xvnc as a "last mile" protocol (due to #2046 bug), and wondering how to properly kill an idle connection in this case? I've tried |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @rayrapetyan The
You possibly want to use
Does that do what you want? |
Beta Was this translation helpful? Give feedback.
Hi @rayrapetyan
The
-IdleTimeout
option on xvnc removes VNC clients (in this case the xrdp process), but leaves the session running. From the TigerVNC manpage:-You possibly want to use
-MaxIdleTime
instead:-Does that do what you want?