From: solaris chat on
can any body tell me howmany ways to disable telnet in solaris 9
in particular in /etc/inet/inetd.conf how we do it
thanks in advance
From: Oscar del Rio on
solaris chat wrote:
> can any body tell me howmany ways to disable telnet in solaris 9
> in particular in /etc/inet/inetd.conf how we do it

# man inetd
# man inetd.conf
# vi /etc/inet/inetd.conf
/^telnet
i#<Esc>:wq
# pkill -HUP inetd
# telnet localhost
Connection refused

From: Oleksii Dzhulai on
On Apr 20, 7:10 pm, solaris chat <admpra...(a)gmail.com> wrote:
> can any body tell me howmany ways to disabletelnetin solaris 9
> in particular in /etc/inet/inetd.conf how we do it
> thanks in advance

Also you can rename
/usr/sbin/in.telnetd to /usr/sbin/not.telnetd
:)