Mar 6, 2007 #1 lbj000 Technical User Joined Mar 6, 2007 Messages 3 Location US How do I completely disable telnet (solaris 8)? I commented out the telnet line in /etc/inetd.conf, is there something else I need to do? Thanks in advance...
How do I completely disable telnet (solaris 8)? I commented out the telnet line in /etc/inetd.conf, is there something else I need to do? Thanks in advance...
Mar 6, 2007 #2 spamly MIS Joined Apr 1, 2004 Messages 447 Location US HUP" your inetd process. pkill -HUP inetd Upvote 0 Downvote
Mar 6, 2007 Thread starter #3 lbj000 Technical User Joined Mar 6, 2007 Messages 3 Location US Thanks. Forgive my ignorance, but does that have to be done after every reboot, or just the one time? Upvote 0 Downvote
Thanks. Forgive my ignorance, but does that have to be done after every reboot, or just the one time?
Mar 6, 2007 #4 AnotherAlan Technical User Joined Feb 10, 2006 Messages 362 Location GB lbj000, The amendment to the inetd.conf file is persistent through reboots, so you don't need to do it again. Upvote 0 Downvote
lbj000, The amendment to the inetd.conf file is persistent through reboots, so you don't need to do it again.
Mar 7, 2007 Thread starter #5 lbj000 Technical User Joined Mar 6, 2007 Messages 3 Location US Great, thanks! Upvote 0 Downvote