LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to access a windows machine GUI from a linux machine using ssh (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-access-a-windows-machine-gui-from-a-linux-machine-using-ssh-4175416077/)

obarhleam 07-11-2012 03:46 AM

how to access a windows machine GUI from a linux machine using ssh
 
How can I access a windows machine form a linux machine using ssh

acid_kewpie 07-11-2012 03:51 AM

well you'd need to install an ssh server on windows, e.g. through cygwin. not sure what you really expect to get out of it though.

a please or thank you wouldn't hurt next time ;-)

lithos 07-11-2012 05:15 AM

Well,
there is SSHforWindows.

acid_kewpie 07-11-2012 05:18 AM

Quote:

Originally Posted by lithos (Post 4724805)
Well,
there is SSHforWindows.

which IS openssh on Cygwin wrapped up.

pixellany 07-11-2012 05:44 AM

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.

igadoter 07-11-2012 06:28 AM

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

TobiSGD 07-11-2012 07:46 AM

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.


All times are GMT -5. The time now is 06:40 AM.