Re: [X2Go-User] Can x2go session be initiated from a server to listening client?

2020-04-09 Thread Stefan Baur
Am 07.04.20 um 21:16 schrieb Mike Gabriel: > On  Mo 06 Apr 2020 19:19:58 CEST, Andrew Munn wrote: > >> I'd like to initiate an x2go session from a server behind a firewall to a >> listening client with port 22 open.  How can that be done?  thanks! > > Run "ssh -R 12345:localhost:22 user@client"

Re: [X2Go-User] Can x2go session be initiated from a server to listening client?

2020-04-07 Thread Mike Gabriel
On Mo 06 Apr 2020 19:19:58 CEST, Andrew Munn wrote: I'd like to initiate an x2go session from a server behind a firewall to a listening client with port 22 open. How can that be done? thanks! Run "ssh -R 12345:localhost:22 user@client" on the server (see man page of ssh client for

Re: [X2Go-User] Can x2go session be initiated from a server to listening client?

2020-04-07 Thread Stefan Baur
Am 06.04.20 um 19:19 schrieb Andrew Munn: > I'd like to initiate an x2go session from a server behind a firewall to a > listening client with port 22 open. How can that be done? thanks! There's no way to do that automatically. You could ssh in to the client and start x2goclient there, and,

Re: [X2Go-User] Can x2go session be initiated from a server to listening client?

2020-04-07 Thread Johannes Töger
Maybe do some kind of SSH tunnel first? —  Johannes Töger Associate Senior Lecturer Cardiac MR Group Department of Clinical Sciences Lund, Clinical Physiology Lund University, Sweden -Original Message- From: x2go-user On Behalf Of Ulrich Sibiller Sent: Monday, April 6, 2020 19:45 To:

Re: [X2Go-User] Can x2go session be initiated from a server to listening client?

2020-04-06 Thread Ulrich Sibiller
To my knowledge this is not possible with x2go. But I am pretty sure is possible by using the bare nx libs (nxagent/nxproxy. But you have to setup everything by hand then. Uli On Mon, Apr 6, 2020 at 7:20 PM Andrew Munn wrote: > > I'd like to initiate an x2go session from a server behind a