I have the following situation - I actually made this little diagram for you:

Which commands do I need to issue where in order to be able to remote access the Windows XP machine "B"? I know that it is firewalled and thus I can only get to it via computer "A".

On my client side, I can use OS X or Windows 7, that doesn't really matter.

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Try:

ssh -L3390:address-of-machine-b-from-a:3389 user-at-machine-a@address-of-machine-a

Then RDP will be available locally at port 3390.

link|improve this answer
That would be in OS/X that would. – Majenko Mar 11 '11 at 17:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.