Results 1 to 4 of 4
Currently the PC TSC project:
PC TSC: Easily turn a PC into a Terminal Server Client
is ready to convert PCs to RDP terminal server clients, for Microsoft-based terminal servers. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-12-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 1
Standard for Linux-based terminal servers?
Currently the PC TSC project:
PC TSC: Easily turn a PC into a Terminal Server Client
is ready to convert PCs to RDP terminal server clients, for Microsoft-based terminal servers. It uses Puppy Linux as base. I want to add another capability for Linux-based terminal servers. I can easily imagine doing this using X protocol or VNC; but I would like to know what is most in use for Linux terminal server arrangements. Anyone have some real-world experiences?
J.E.B.
- 04-15-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,160
Most remote access to Linux/Unix systems is via a VPN, SSH, or VNC. You mention X protocol, but that is just a display protocol which is usually used in conjunction with SSH using the -X protocol forwarding/tunneling option. I can't say which is the most popular as I have used all of them just about equally over the years. A lot depends upon what you want out of your connection, and how much bandwidth you have. VNC is good, OpenVPN is good, SSH is good. Honestly, I have all of them running on my systems that need to be accessed from outside the firewall since each serves a different need.
VPN - provides ability to be a system on the remote network, with access to all appropriate resources from local applications. Local malware can use this tunnel to compromise the remote network.
VNC - provides true remote terminal connection, so that only display data can move to the local system. This is the most secure, in theory.
SSH - similar to VNC, but lower bandwidth unless you start an X connection. Not easily compromised. Good for remote diagnostics, code compilation, etc.Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 04-15-2009 #3
- 04-15-2009 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,160
I agree wrt. the encryption issue. That said, RealVNC enterprise licenses are not expensive (from $10-50 USD depending upon the # of users). Anyway, if you don't want to pay for the enterprise license, you can install OpenVPN and run VNC over that link without the additional encryption. that approach still leaves your network vulnerable to any malware installed on the VPN client. Again, as I said before, the technology that one uses should depend upon one's needs.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!




