Nested SSH #3795
-
Hello, I am trying to connect to an xpra server behind a firewall, and access is only available via an organization level SSH server. So I have first to do |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
For anyone trying to do this first ssh as usual via the gateway to your xpra start :100 --start=xclock then on the client outside the firewall run: xpra attach --ssh="ssh -J [email protected]" ssh://[email protected]/100 You have to type in your password for each server, and then should attach to the xpra session on |
Beta Was this translation helpful? Give feedback.
-
There are many ways of doing this.
|
Beta Was this translation helpful? Give feedback.
For anyone trying to do this first ssh as usual via the gateway to your
my_server
and start the xpra server:then on the client outside the firewall run:
You have to type in your password for each server, and then should attach to the xpra session on
my_server