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
  • 18,369
  • 23
  • 84
  • 135
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,201
  • 24
  • 27
0

Citrix Access Gateway or a simple ssh tunnel

Roy
  • 4,376
  • 4
  • 36
  • 53