Re: /etc/hosts.allow & /etc/hosts.deny

2002-02-08 Thread Prentis Brooks
Not a problem, as I obviously did not follow through ;) Building up the distro now, should have it available this weekend, I may not make it in today as I have a full schedule. On Thursday 07 February 2002 02:52 pm, you wrote: > On Thu, Feb 07, 2002 at 11:12:17AM -0500, Prentis Brooks wrote: >

Re: /etc/hosts.allow & /etc/hosts.deny

2002-02-07 Thread Corinna Vinschen
On Thu, Feb 07, 2002 at 11:12:17AM -0500, Prentis Brooks wrote: > I thought I had already volunteered :) > > I will look over the setup.html to see if I missed a step and will get to work Prentice, I'm really sorry but I only recalled that "somebody" once volunteered but I forgot your name *blu

Re: /etc/hosts.allow & /etc/hosts.deny

2002-02-07 Thread Prentis Brooks
I thought I had already volunteered :) I will look over the setup.html to see if I missed a step and will get to work On Thursday 07 February 2002 10:10 am, Corinna Vinschen wrote: > On Thu, Feb 07, 2002 at 09:00:23AM -0500, Prentis Brooks wrote: > > For host.allow to work for ssh, you need to

Re: /etc/hosts.allow & /etc/hosts.deny

2002-02-07 Thread Corinna Vinschen
On Thu, Feb 07, 2002 at 09:00:23AM -0500, Prentis Brooks wrote: > For host.allow to work for ssh, you need to have tcp wrappers installed on > the system. > also, the format for the hosts.allow file is > > service: host or IP list > so in your case, it should read > sshd: 192.168.1.100 > > Al

Re: /etc/hosts.allow & /etc/hosts.deny

2002-02-07 Thread Prentis Brooks
For host.allow to work for ssh, you need to have tcp wrappers installed on the system. also, the format for the hosts.allow file is service: host or IP list so in your case, it should read sshd: 192.168.1.100 Also, you need to update your services file to associate sshd with port 22 If you d

/etc/hosts.allow & /etc/hosts.deny

2002-02-07 Thread Chris _
Are these files implemented and if so, what is the format? I had hosts.deny sort working but as soon as I put anything in hosts.allow any host can access the service. My hosts.deny was... --- #deny these hosts ALL: ALL --- My hosts.allow was... --- sshd: 192.168.1.100: ALLOW Nothing seems to