Scott Johansen Asked: 2009-11-02 12:37:45 +0800 CST2009-11-02 12:37:45 +0800 CST 2009-11-02 12:37:45 +0800 CST Secure Terminal Services over the web 772 I'd need to make Terminal Services available over the web, what is the best (secure) way for me to do this? Thanks S windows-terminal-services 3 Answers Voted Best Answer warren 2009-11-02T13:19:33+08:002009-11-02T13:19:33+08:00 First, I'd employ a secured connection such as a VPN of some sort (OpenVPN, PPTP, Cisco, ssh-tunneling, etc). As long as you're running RDP v6 or higher, the connection is encrypted - but authentication may not be (if I understand the documentation properly). Trondh 2009-11-02T15:00:05+08:002009-11-02T15:00:05+08:00 Look into the Remote Desktop Gateway service (present in Windows 2008 and higher) - it will tunnel RDP traffic inside a SSL stream, abstracting the terminal server from the client. Much the same way that Citrix Secure Gateway did. Roy 2009-11-02T13:16:13+08:002009-11-02T13:16:13+08:00 Citrix Access Gateway or a simple ssh tunnel
First, I'd employ a secured connection such as a VPN of some sort (OpenVPN, PPTP, Cisco, ssh-tunneling, etc).
As long as you're running RDP v6 or higher, the connection is encrypted - but authentication may not be (if I understand the documentation properly).
Look into the Remote Desktop Gateway service (present in Windows 2008 and higher) - it will tunnel RDP traffic inside a SSL stream, abstracting the terminal server from the client. Much the same way that Citrix Secure Gateway did.
Citrix Access Gateway or a simple ssh tunnel