1

I'd need to make Terminal Services available over the web, what is the best (secure) way for me to do this?

Thanks S

Scott Johansen
  • 445
  • 4
  • 6
  • 11

3 Answers3

3

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).

warren
  • 17,829
  • 23
  • 82
  • 134
2

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.

Trondh
  • 4,191
  • 23
  • 27
0

Citrix Access Gateway or a simple ssh tunnel

Roy
  • 4,256
  • 4
  • 35
  • 50