Re: Securing telnet

2000-07-04 Thread Jason E . Murray
I don't now right off hand if sshd that comes with debian is linked with the libtcp or not, but try not putting that in the /etc/hosts.allow and if you are denied access to ssh to the box, try putting: sshd: ALL in the /etc/hosts.allow. Also, does tcpd accept CIDR notiation now - I saw

Re: Securing telnet

2000-07-04 Thread Jason E . Murray
Make sure you are using tcpd, look for a line simular to this in your /etc/inetd.conf file: telnet stream tcp nowait telnetd.telnetd /usr/sbin/tcpd /usr/sbin/in.telnetd The /usr/sbin/tcpd shows you are using tcpd. Now in your /etc/hosts.deny you should have ALL:ALL (To deny everyone access to