[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] telnet-ing
- Subject: Re: [cobalt-users] telnet-ing
- From: Glenn Parsons <gparsons@xxxxxxxxxxxxx>
- Date: Mon Mar 4 10:40:19 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
At 10:13 PM 3/2/02 +0100, you wrote:
Thank you
I use SSH already, but would like to have telnet set up for emergency, as
my servers are located 6 hours from here.
Then, move it to another port!
1) login and su to root.
2) edit /etc/services.
3) Comment out the line with 'telnet 23/tcp' with the # character.
4) (optional) place a comment at the end of that line as to where you've
moved telnet to.
5) scroll down the list in /etc/services and find a nice 'fit' for telnet.
Insert telnet at a new port.
6) Restart inetd: '/etc/rc.d/init.d/inetd restart'
Everyone is scanning for telnet on port 23. It is only a broad port scan
that will detect telnet on another port.
Glenn