Skip to main content

Using Can I use something like a tunnel for SSH in this Linux/Windows Remote Desktop for tunnelingscenario?

Tweeted twitter.com/#!/ServerFault/status/504949858101628928
Source Link
VSB
  • 165
  • 1
  • 6

Using Remote Desktop for tunneling

I have a Linux server (call it server-L) which i cannot directly ssh to it. In order to ssh it i should connect to a windows server(call it server-W) and then make ssh connection from it to my Linux server.
I want to know are there any methods so that I can make network connection or something like a tunnle over RDP of server-W and directly SSH to server-L on my computer? My main reason for this is avoid stuck in windows GUI! enter image description here
in order to be specific my constraint are:

  1. I have a limited user on server-W for RDP
  2. I have private key/root access to server-L
  3. My desktop machine got windows OS