I would remove all telnet access to the box. To do that edit your services file in /etc and initd.conf (that is also where you would add your ssh). Before you disable telnet make sure you have ssh set to start on boot. You should find the file to edit for start up in /etc/rc3.d. My file is S89sshd. Edit it to fit your install of ssh. Reboot the system to make sure ssh starts. Once you have that done remove telnet access. Have clients use Putty, it is a free client that can do ssh.
Put an appropriate start script in /etc/init.d and put a soft link from /etc/rc2.d to your start script, so that the ssh daemon will automatically come up when you have to boot your machine:
To prevent root from logging in, except on the console, remove the comment from the following line in /etc/default/login:
[tt]
#CONSOLE=/dev/console
[/tt] Annihilannic.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.