Forum Moderators: bakedjake
Is there a *nix equivalent for FreeBSD to Terminal server that can be run from root level of a server?
Any help appreciated!
/Wayne
Might want to check out: [jcraft.com ]
Basically a web-based X client that uses the ssh program mindterm. Set that up on your server and when in a pinch, you can just launch it from a Windows based machine (must have browser/w java support). Go to your URL (i.e. [yoursite.com...] and it starts you off with a basic ssh session. After signing in you can just type in the name of the program you want (mozilla, evolution, etc) and it will open them in in new windows. Pretty slick.
Might want to have a decent connection though. I've tried to run this on slower connections and have had to wait a while for any of my windows to appear.
Maybe you might also be interested in using VNC?
In UNIX, it runs as an X server, meaning you get your whole window manager, and if you disconnect the session stays active (similar to terminal services). It's more efficient (I've found) than running X sessions remotely
Do be careful, though, since the only authentication is a simple password sent over cleartext. It is possible for people to bang away on the password without your knowledge. One way to get around it is to only allow connections from localhost, then use SSH and port forwarding to connect over the SSH tunnel.
Sean