Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
#
Return to CLI Magic: OpenSSH + Bash
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
X forwarding...
Posted by: Administrator on January 28, 2006 12:25 AMAssuming 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.
#