> I'm looking for a way to allow my users to run X apps on another > machine than the one they're using. What's the best way to do this? > > I've tried VNC but it's not what I'm looking for. I don't want > desktop sharing.
Run sshd. Do: ssh -X remote_machine Now you should be able to bring up remote apps. Good luck, Fred