Re: TSAC (Terminal Services Advanced [?] Client)
From: niceshorts@yahoo.comDate: 10/09/01
- Previous message: Evans, TJ: "RE: Microsoft Can't Win."
- In reply to: Christopher Scragg: "RE: TSAC (Terminal Services Advanced [?] Client)"
- Next in thread: Williams, Kevin: "RE: TSAC (Terminal Services Advanced [?] Client)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 9 Oct 2001 15:42:16 -0500 From: niceshorts@yahoo.com To: Christopher Scragg <cscragg@workgroup.net> Subject: Re: TSAC (Terminal Services Advanced [?] Client) Message-ID: <20011009154216.B1466@nabokov>
Christopher Scragg hat geschrieben:
>Lets help Florian for a moment shall we? The mere fact that a
>responsible organization would even allow Terminal Connections of any
>type through a firewall - be it Citrix or Windows TS without the use of
>a VPN is alarming.
I agree 100%. An el cheapo way to help secure RDP is via SSH
tunneling. Typically, I'll fire off:
ssh -L 3389:localhost:3389 administrator@remotehost
And then launch a TSClient session to localhost.
SSH should be restricted to at least DSA or RSA
authentication, with the former preferred.
-anthony
- Previous message: Evans, TJ: "RE: Microsoft Can't Win."
- In reply to: Christopher Scragg: "RE: TSAC (Terminal Services Advanced [?] Client)"
- Next in thread: Williams, Kevin: "RE: TSAC (Terminal Services Advanced [?] Client)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]