Linux.com

X forwarding...

Posted by: Administrator on January 28, 2006 12:25 AM
Your X forwarding example with vnc:


Assuming you have ssh client installed on widoze box, you can do this:

$ ssh -X -C termsrv #from home
Password:



Assuming you have sshd on windozed client running.


$ ssh -X my-desktop #from termsrv
Password:



if you are ssh into box at both point, I assume both box is publicly accessible. Most company do not allow public access to company desktop.

#

Return to CLI Magic: OpenSSH + Bash