tech-net archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: telnetd: Authorization failed & Connection closed
Based on the discussion so far, do you object to commit the patch below,
replacing "valid" with "none"?
- Hubert
Index: inetd.conf
===================================================================
RCS file: /cvsroot/src/etc/inetd.conf,v
retrieving revision 1.58
diff -u -r1.58 inetd.conf
--- inetd.conf 16 Oct 2007 02:47:14 -0000 1.58
+++ inetd.conf 13 Mar 2010 10:44:46 -0000
@@ -8,8 +8,8 @@
#http stream tcp6 nowait:600 _httpd /usr/libexec/httpd
httpd /var/www
#ftp stream tcp nowait root /usr/libexec/ftpd ftpd -ll
#ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -ll
-#telnet stream tcp nowait root /usr/libexec/telnetd
telnetd -a valid
-#telnet stream tcp6 nowait root /usr/libexec/telnetd
telnetd -a valid
+#telnet stream tcp nowait root /usr/libexec/telnetd
telnetd -a none
+#telnet stream tcp6 nowait root /usr/libexec/telnetd
telnetd -a none
#shell stream tcp nowait root /usr/libexec/rshd rshd -L
#shell stream tcp6 nowait root /usr/libexec/rshd rshd -L
#login stream tcp nowait root /usr/libexec/rlogind rlogind
-L
Home |
Main Index |
Thread Index |
Old Index