problem with telnet

Bob McClure Jr robertmcclure at earthlink.net
Sun Feb 6 02:15:10 UTC 2005


On Sat, Feb 05, 2005 at 05:33:12PM -0800, Bill Brunt wrote:
> >> FYI - some people (and distributions) disable telnet by default. It's
> >> probably better to use ssh rather than telnet anyway.
> 
> Alright so I'm going to reveal my true ignorance, how does one run ssh
> from the server and client side to get a terminal session?
> 
>   - Bill

On the server, run

  chkconfig --list sshd

If they all say off, then

  chkconfig sshd on

That will make it come up at the next boot.  To see if it's on right
now, run

  service sshd status

If it's on it will say something like

sshd (pid 3271 1499) is running...

If it's not on, then run

  service sshd start

On a linux box client, from an xterm, run

  ssh <whatever_hostname>

On a Windoze box, you'll need to download and install PuTTY or
SecureCRT for a good SSH client.  Google for them.

Cheers,
-- 
Bob McClure, Jr.             Bobcat Open Systems, Inc.
robertmcclure at earthlink.net  http://www.bobcatos.com
What if God is asking _us_ for a sign?




More information about the Redhat-install-list mailing list