[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] I've been hacked



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)