Remote Desktop Tunnelling through SSH

Riley1203
Riley1203
113.8 هزار بار بازدید - 14 سال پیش - Here is a video highlighting
Here is a video highlighting the power of using an SSH server to tunnel all of your RDP (Remote Desktop) sessions. This method will allow you to connect to a number of machines at the remote location as long as you're aware of the internal IP's and credentials of the machines you wish to connect to. I will put a video u pon how to perform this on a linux host, but here is a basic shell command to get this donw. "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"
14 سال پیش در تاریخ 1389/08/08 منتشر شده است.
113,860 بـار بازدید شده
... بیشتر