LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Do anyone knows how to remote Windows Computer in Linux Terminal? (https://www.linuxquestions.org/questions/linux-newbie-8/do-anyone-knows-how-to-remote-windows-computer-in-linux-terminal-898229/)

tailinlinux 08-19-2011 02:18 AM

Do anyone knows how to remote Windows Computer in Linux Terminal?
 
Do anyone knows how to remote Windows Computer in Linux Terminal?
I mean using linux terminal connecting to windows command prompt or terminal.

I have search all about putty application that can connect to a unix terminal using ssh.

Now i want to know if it is possible to connect using linux machine terminal to windows machine.

Thanks in advanced.

pingu 08-19-2011 03:03 AM

There are ssh-servers for Windows, the one I know is freesshd/

farshidlk 08-19-2011 03:03 AM

Hi tailinlinux,

If you want to access windows' command line shell, you need to setup telnet server on your windows machine then connect to that telnet server through your linux shell.

You can also set up SSH server on windows machine and connect to that by using "ssh -l <username_defined_in_windows> <ip_or_hostname>" in linux.

PS: Telnet is not a good way of remote connection, because all credentials are sent over the network in clear text

hope that helps


All times are GMT -5. The time now is 07:40 PM.