problem with telnet

Bill Brunt bill.brunt at quest.com
Sun Feb 6 02:47:59 UTC 2005


Worked like a charm.  Didn't bottom post in this case.  What's the correct protocol?

-----Original Message-----
From: redhat-install-list-bounces at redhat.com
[mailto:redhat-install-list-bounces at redhat.com]On Behalf Of Bob McClure
Jr
Sent: Saturday, February 05, 2005 9:15 PM
To: Getting started with Red Hat Linux
Subject: Re: problem with telnet


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?

_______________________________________________
Redhat-install-list mailing list
Redhat-install-list at redhat.com
https://www.redhat.com/mailman/listinfo/redhat-install-list
To Unsubscribe Go To ABOVE URL or send a message to:
redhat-install-list-request at redhat.com
Subject: unsubscribe




More information about the Redhat-install-list mailing list