doc:appunti:linux:tux:remote_desktop
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
doc:appunti:linux:tux:remote_desktop [2024/12/09 09:44] – [Reverse connection] niccolo | doc:appunti:linux:tux:remote_desktop [2024/12/09 11:27] (current) – [Sessione X11 remota con client e server dietro firewall] niccolo | ||
---|---|---|---|
Line 79: | Line 79: | ||
</ | </ | ||
- | Questo uno esempio di script da eseguire sul server che vuole condividere la sessione: | + | ===== Sessione X11 remota con client e server dietro firewall ===== |
+ | |||
+ | Nel caso in cui sia il server che il client si trovino dietro a rispettivi firewall, è possibile utilizzare un **server proxy** tramite il quale far transitare il traffico. Sul server proxy è necessario avere un **accesso ssh** e che sia presente l' | ||
+ | |||
+ | Questo uno esempio di script da eseguire | ||
<code bash> | <code bash> | ||
Line 94: | Line 98: | ||
echo " | echo " | ||
echo " | echo " | ||
- | echo "where sshd must have the option \" | + | echo "where sshd must be running with the option \" |
echo | echo | ||
echo "The client must already be connected to the proxy with:" | echo "The client must already be connected to the proxy with:" | ||
Line 106: | Line 110: | ||
x11vnc -auth guess -display :0 -connect " | x11vnc -auth guess -display :0 -connect " | ||
</ | </ | ||
+ | |||
+ | Il server **x11vnc** è fornito dall' | ||
===== krdc ===== | ===== krdc ===== |
doc/appunti/linux/tux/remote_desktop.1733733848.txt.gz · Last modified: 2024/12/09 09:44 by niccolo