Operating System - Linux
1829559 Members
2129 Online
109992 Solutions
New Discussion

i need to remotely connect from Windows to linux

 
Sakui
Frequent Advisor

i need to remotely connect from Windows to linux


Hi guys,

Is there any software i need to installed bfore i call connect to from my windows to my linuxbox. I don't neet vnc. I need a remote software
11 REPLIES 11
Luk Vandenbussche
Honored Contributor

Re: i need to remotely connect from Windows to linux

Putty is a great tool (ssh based)

Downloadable from

http://putty.fyxm.net/download.html
Ivan Ferreira
Honored Contributor

Re: i need to remotely connect from Windows to linux

I assume that "remote software" is a software that you can use to access to the linux "console".

You can use putty.exe to connect using ssh from Windows to Linux.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Bill Thorsteinson
Honored Contributor

Re: i need to remotely connect from Windows to linux

I use both VNC and putty (SSH) to remotely access Linux and other UNIX based OSs.

If you need access to XWindows application you will need a VNC client. You will also need
a VNC server running on the Linux Server.

If you only need to access command line (tty
based) tools then putty will do all you need.
Sakui
Frequent Advisor

Re: i need to remotely connect from Windows to linux

hi friends,

do i need to install the client on the linux box.I just installed it on the windows and try to connect but i got an error saying network error refused.so what should i do. i download pretty.exe for windows 2000 and xp but my windows machine is window 2003
Ivan Ferreira
Honored Contributor

Re: i need to remotely connect from Windows to linux

There are some things that you should check.

The sshd service is up and running on the Linux box. If you use fedora/redhat, use:

chkconfig sshd on
service sshd start
service sshd status

In the Windows client, putty is using ssh as the protocol.

Your firewall is not blocking connections to port 22.

On the linux box, you can also try:

ssh localhost

To see if the service is enabled.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Steven E. Protter
Exalted Contributor

Re: i need to remotely connect from Windows to linux

Many viable options.

ptty ssh

Gives non-console control of Linux. The network must be up for this to work.

http://rds.yahoo.com/;_ylt=AqAw5Oi1PzRj14XvGEFgithXNyoA;_ylu=X3oDMTBqcTVyOWMzBGNvbG8DdwRwb3MDMQRzZWMDc3I-/SIG=12fu3mqh0/EXP=1126108201/**http%3A%2F%2Fwww.chiark.greenend.org.uk%2F%7Esgtatham%2Fputty

VNC will give you console like control through the network, and you get the virtual desktop and can run GUI applications that way.

All you need to run the Linux box is ssh, but if you want to run an app remotely VNC is the way to go.

VNC is nice from other areas, because it runs on Windows, HP-UX and many other Unix platforms.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ross Minkov
Esteemed Contributor

Re: i need to remotely connect from Windows to linux

I use PuTTY to ssh from a Windows PC to Linux boxes too. Very nicely documneted tool. See the PuTTY User Manual at:

http://the.earth.li/~sgtatham/putty/0.58/htmldoc/

-Ross
John Collier
Esteemed Contributor

Re: i need to remotely connect from Windows to linux

The other suggestion that I am not seeing here is a software package from WRQ called Reflection X.

While this is a commercial product and would require a monetary investment, it will also allow you to connect directly to the XDMCP session of your Linux box. This would give you the same look and feel as if you were sitting at the terminal.

It is similar to the VNC experience, but since it is logging directly into the X session on the box, there are some distinct differences.

Of course, this means that you will have to allow your Box to accept logins to XDMCP from remote connections which, some would consider a security risk, but that is another story...
"I expect to pass through this world but once. Any good, therefore, that I can do, or any kindness that I can show to any human being, let me do it now. Let me not defer or neglect it, for I shall not pass this way again." Stephen Krebbet, 1793-1855
Ryan Frank
Advisor

Re: i need to remotely connect from Windows to linux

You can even use just an X-Server for windows and redirect the display to your workstation. I find this works better as it doesn't use the resource on the server to run X. I use http://www.microimages.com/freestuf/mix/ at home. The after I ssh into the linux host export your display: export DISPLAY=:0.0 then run your program...

Just a thought...

-Ryan
Sakui
Frequent Advisor

Re: i need to remotely connect from Windows to linux


Hi friends,

i installed the putty.exe but connection to my linux box failed.I alway get an error when connecting to my Linux box.SShd is enable. i was able to do ssh localhost.so what is the problem. From the windows machine, i can ping the linux box. My country is not presently supported in the list of countries.
Ross Minkov
Esteemed Contributor

Re: i need to remotely connect from Windows to linux

see Chapter 2: Getting started with PuTTY -- http://the.earth.li/~sgtatham/putty/0.58/htmldoc/Chapter2.html#gs


-Ross