-1
votes
1answer
89 views

SSH Tunnel for RDP [closed]

I have my PC in LAN at work (PC-WORK 192.168.1.x) and a SSH server with one interface looking at LAN (PC-SSH 192.168.1.xx) and WAN (88.88.88.88) What I need is to get Remote Desktop to PC-WORK from ...
3
votes
1answer
66 views

Change RDP settings from SSH?

Can I change permissions for a user for Windows RDP access using SSH command prompt?
0
votes
1answer
149 views

Dual SSH connection to Linux Desktop RDP

How can I explain this.... I have a remote ubuntu linux system that has it's desktop shared at a third party site. This system has a dynamic ip address, so I have setup a reverse ssh tunnel across ...
2
votes
0answers
291 views

SSH reverse tunnel for Windows RDP

Microsoft RDP seems to behave strangely when forwarded via ssh reverse (-R) tunnel. Some products can handle it without a problem (i.e. tunnelier) some fail (libssh2, putty). When connected, the ...
1
vote
2answers
313 views

TCP hang up in interactive sessions

I am experiencing a problem on the intranet of my institution. I am sitting in front of A and trying to connect to server B in another city. My ssh sessions hang up quite often, especially when I ...
2
votes
0answers
349 views

RDP or SSH connection trough Windows 2008 server VPN hang after a while

I have been experiencing a very strange issue with our VPN setup on Windows Server 2008. That server is running as a Xen Virtual Machine. We use it for two purposes, permit our mobile workers to ...
0
votes
4answers
207 views

Using Windows as a gateway to the internet

My customer currently blocks outbound RDP and SSH, which means that none of their employees can get access to external Windows and Linux boxes (at the console level). However, a need has recently ...
2
votes
2answers
7k views

how to tunnel Windows Remote Desktop through ssh using a linux box?

I hab two physical servers in my home network, linux (192.168.8.x) and windows server 2008 (192.168.8.y). The linux server ist accessible from outside by ssh on a non-standard port (say 23008). How do ...
0
votes
1answer
156 views

How to tunneling RDP access and SSL access

I need to RDP to a terminal windows server 2003 OS and then RDP from there to my destination remote host. Same thing to SSL, first SSH to a CentOS via putty, then SSH to my destination remote CentOS ...