how to access a windows machine GUI from a linux machine using ssh
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I got a kick out of this quote from the ssh article on Wikipedia:
Code:
An SSH client program is typically used for establishing connections to an SSH daemon accepting remote connections. Both are commonly present on most modern operating systems, including Mac OS X, most distributions of GNU/Linux, OpenBSD, FreeBSD, Solaris and OpenVMS.
That aside, the thread title talks about accessing the Windows GUI with ssh--that somehow does not seem likely.
I think at first you should try something which in native to W$. Using ssh is simple executing commands on a remote computer, rsh or secure replacement ssh are UNIX/BSD solutions. I googled a bit and it seems that W$ has its own shell (a true one) and which enables to run a command remotely
http://technet.microsoft.com/en-us/library/bb978526
If you want to access the GUI of a Windows computer from a different computer you normally wouldn't use SSH, but RDP. Active the server for RDP on your Windows system and then use rdesktop on Linux to connect to the system.
Alternatively you can setup a VNC server on Windows and use a VNC client on Linux.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.