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 correct usage of -R option) and open up a reverse tunnel from some port (e.g. 12345) on the client to port 22 on the server (to be more precise, localhost:22).

Then configure X2Go Client on the client to connect to "Host: localhost" and "Port: 12345" and you have your X2Go session ready to roll.

Mike
--

DAS-NETZWERKTEAM
c\o Technik- und Ökologiezentrum Eckernförde
Mike Gabriel, Marienthaler str. 17, 24340 Eckernförde
mobile: +49 (1520) 1976 148
landline: +49 (4351) 850 8940

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

Attachment: pgpJaYaPQ8mG1.pgp
Description: Digitale PGP-Signatur

_______________________________________________
x2go-user mailing list
x2go-user@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-user

Reply via email to