Remote Desktop Tunnel over SSH within Linux

Remote Desktop Tunnel over SSH within Linux

HomeOther ContentRemote Desktop Tunnel over SSH within Linux
ChannelPublish DateThumbnail & View CountActions
Channel Avatar Riley12032012-04-01 21:15:55 Thumbnail
15,728 Views
I was asked to create this short video to demonstrate the commands for creating the RDP tunneling session using generic Linux commands.

You may want to turn your speakers down for this one. Really bad audio recording.

Here are the commands once again;

/”ssh user@ssh_machine -L 3390:192.168.2.200:3389/” (Without Quote)

If you wish to connect to several machines, include another -L

/”ssh user@ssh_machine -L 3390:192.168.2.200:3389 -L 3391:192.168.2.10:3389/”

I would normally use rdesktop on a linux box.

Command for this would be;

rdesktop 127.0.0.1:3390 or whichever port you are working off of.

Please take the opportunity to connect and share this video with your friends and family if you find it useful.