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!
in order to be specific my constraint are:
- I have a limited user on server-W for RDP
- I have private key/root access to server-L
- My desktop machine got windows OS