[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] I've been hacked
- Subject: Re: [cobalt-users] I've been hacked
- From: Jonothon Ortiz <Jon@xxxxxxxxx>
- Date: Fri Jun 21 08:17:24 2002
- Organization: Xnext, Inc.
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Friday 21 June 2002 08:12 am, you wrote:
> ?How does one turn off telnet and implement ssh. We have ssh installed on
> the raq 4 r systems.
Just install SSH and turn off (uncheck) the telnet service from the server
management; SSH Is its own daemon. If you ever need to turn off SSH you'll
have to do it via telnet (re-enable telnet, enter via port 23, and then turn
off the SSH daemon). SSH uses port 22 and I believe the Cobalt version employs
triple-DES protection. Putty is an excellent Win32 SSH client if you need
one, otherwise just install the latest OpenSSH rpm / tarball and you can use
that to connect (type ssh | more from the command line to see what you need)