Printable Version of Topic

Click here to view this topic in its original format

914World.com _ 914World Garage _ shell access to linux from windows?

Posted by: SirAndy Feb 10 2006, 05:17 PM

is there a quick and dirty way to get a linux shell window on my windows box?

the linux server is remote and not mine. no FTP or telnet, but i do have a shell account.

how do i get on there from my windows machine?
idea.gif Andy

Posted by: lapuwali Feb 10 2006, 05:51 PM

Does it have sshd set up? Try putty if so, it's free, and works decently. If they don't have either telnetd (unlikely, these days) or rshd (very unlikely) or sshd (quite likely) set up, then NO one is getting into that box except via the attached keyboard and screen (unless they dreamed up their own solution).

If port 22 is open on the box, they have sshd installed. Just having this won't guarantee you can get in, even with an account on the box. sshd has a zillion knobs, and many settings won't let you in unless you have various keys set up.

Posted by: airsix Feb 10 2006, 05:53 PM

I second the vote for putty. It's what I use as an ssh client.
-Ben

Posted by: blitZ Feb 10 2006, 05:53 PM

You can use the rsh command to execute remotely from windows. To get an actual command prompt at your disposal, you probably need to telnet.

Posted by: Gint Feb 10 2006, 06:02 PM

Like I said via email... putty

Posted by: lapuwali Feb 10 2006, 06:10 PM

QUOTE (blitZ @ Feb 10 2006, 03:53 PM)
You can use the rsh command to execute remotely from windows. To get an actual command prompt at your disposal, you probably need to telnet.

You can only use rsh if rshd is running on the server. Almost no one runs rshd anymore, in preference to sshd. rsh and telnet are very insecure, and running their daemons are practically inviting an attack with a 10ft neon sign.

Posted by: ClayPerrine Feb 10 2006, 06:29 PM

Andy,
If you need it, I have a copy of putty I can send you.


Posted by: bondo Feb 10 2006, 06:42 PM

Putty if you need it to be legal, f-secure ssh if you don't. smile.gif

(that's my preference anyways)

In a pinch you can telnet to another machine that has ssh and then ssh from there.

Posted by: SirAndy Feb 10 2006, 06:53 PM

putty worked!

schweet smilie_pokal.gif

thanks guys,
pray.gif Andy

Posted by: solex Feb 10 2006, 11:02 PM

What about cgywin it has an ssh client that I use to access my linux file server.

Posted by: Gint Feb 10 2006, 11:22 PM

I use cygwin as my X server on my XP laptop at work. Andy wanted quick and dirty... putty is the definition. cygwin isn't incredibly difficult, but it isn't what I would call quick and dirty.


Posted by: airsix Feb 11 2006, 12:05 AM

One of the nice things about putty (besides it working so well) is that there is no installation to use it. Just run the executable and go. You can put the exe (and a config file if you want) on a usb key drive and you've got access to your servers from any pc, any place, any time.
-Ben M.

Posted by: campbellcj Feb 11 2006, 12:25 AM

vnc is another option if you have the access to load the software and the bandwidth for GUI (X)

I am an old-school character mode guy (hard habit to break after 25 years) but it's nice to have the multiple windowing capability even if you're mainly doing shell prompt stuff.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)