That opens a small can of worms. To view an X session on the remote machine you are sitting in front of, that machine needs to run it's own X client. Which is easy if that machine happens to be running linux, but is not so easy if it's a Windows machine (well it's easy but not free).I can ssh in securely to the linux box, and start an X session to use VNC to control the widows boxes.
Originally posted by: Workin'
That opens a small can of worms. To view an X session on the remote machine you are sitting in front of, that machine needs to run it's own X client. Which is easy if that machine happens to be running linux, but is not so easy if it's a Windows machine (well it's easy but not free).I can ssh in securely to the linux box, and start an X session to use VNC to control the widows boxes.
An easier way would be to run the VNC client on your local machine, and use a SSH tunnel for a secure connection to whichever machine on the network you want to look at. Then you wouldn't have to mess with forwarding X sessions.
Originally posted by: n0cmonkey
Not to be a dick about it, but can the Windows telnet client connect to a Linux machine? What about a Linux SSH client to a Windows SSHd? Not a dumb question at all, just wanted to throw this idea out there, just another way of looking at it![]()
And I'm gonna have to vote for this option since it's a heck lot cleaner, and you don't have to deal with multiple X tunnelling.Originally posted by: Workin'
An easier way would be to run the VNC client on your local machine, and use a SSH tunnel for a secure connection to whichever machine on the network you want to look at. Then you wouldn't have to mess with forwarding X sessions.
He was being facetious.Yes for both. Well, telnet to Linux assuming your Linux box allows incoming connection on port 23 and have the telnet daemon active. I've got OpenSSH server running on my win2k box, and any SSH client can connect to it. Although it's fairly useless since you can't really do much on the command line in Windows, but it's good for getting a secure tunnel.
Don't use Telnet or Terminal Services.If the servers are Win2k then you could try using Rdesktop or + the GUI client Terminal Server Client for Linux. This solution should also work with WinXP RDP as well.
If you don't need to see the GUI session then the best & quick solution as porposed above is SSH or Telnet.
That's probably the best thing to do.An easier way would be to run the VNC client on your local machine, and use a SSH tunnel for a secure connection to whichever machine on the network you want to look at. Then you wouldn't have to mess with forwarding X sessions.