When i leave my session on X2GO or XRDP my firefox is killed but how my firefox can run ?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi,
Shouldn’t it instead be
Hello all,
I’m giving an updated answer on the question so that it’s easier to follow:
To paraphrase, in order to keep your connection alive for more than the default time, some adjustments will be needed.
First, you’ll need to edit your sshd_config file.
Find the following lins and uncomment them
Once you do, change their values to
Save the changes you’ve made and restart your sshd service
You need to edit your local SSH config as well. You’ve finished the first part with the questions you’ve provided.
What you need to do is add
locally.
There a couple of ways to do so. You can add it in the
/etc/ssh/ssh_config
file like soor in your .ssh/config file:
To ensure the SSH session does not time out, you would want to edit the /etc/ssh/sshd_config file to ensure these settings are in place: