On Fri, Aug 16, 2002 at 12:39:55PM -0700, Desmond Lee wrote:
> I'm setting up a linux box as a server. But, i want to double check what 
> services were setup during the installation. For example, i want to make 
> sure that only ssh and not telnet and ftp are enabled.

$ ssh localhost
$ telnet localhost
$ ftp localhost

If the first responds, it's working.  If it doesn't, it isn't.  Ditto
for the last two.

As an added check, edit your sshd_config file to disallow Root logins.
They're enabled by default.

        .../Ed
-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
Member #1, Red Hat Community Ambassador Program



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to