Re: hosts.(allow|deny)

2003-03-10 Thread Aaron Hall
On Fri, 7 Mar 2003, Hugh Saunders wrote: > hello, > I dont like telnet. But i have a very old mac which i like to use as a > terminal, I cant pursuade it to run macSSH [macssh.com] so i am running > Niftytelnet this necessitates the running of telnetd on another machine. Perhaps a bit on a tangen

Re: hosts.(allow|deny)

2003-03-07 Thread Frank Copeland
On 7 Mar 03 17:43:34 GMT, nate <[EMAIL PROTECTED]> wrote: > Hugh Saunders said: > >> But i thought it would be more secure to put ALL : ALL in hosts.deny and >> then in.sshd : ALL in hosts.allow. This dosnt work[ssh connections are >> refused], how do i specify that i want all hosts to be able to

Re: hosts.(allow|deny)

2003-03-07 Thread Andreas Happe
In article <[EMAIL PROTECTED]>, Hugh Saunders wrote: > On Fri, Mar 07, 2003 at 09:43:34AM -0800, nate wrote: >> Hugh Saunders said: >> another reason I don't use it is I prefer firewalls over it. > Hmmm i guess iptables would be better but i dont speak iptables yet and > hosts seemed like a quick f

Re: hosts.(allow|deny) [non-NAT routing]

2003-03-07 Thread Hugh Saunders
On Fri, Mar 07, 2003 at 03:55:12PM -0600, Will Trillich wrote: > On Fri, Mar 07, 2003 at 08:01:14PM +, Hugh Saunders wrote: > > On Fri, Mar 07, 2003 at 09:43:34AM -0800, nate wrote: > > > Hugh Saunders said: > > > another reason I don't use it is I prefer firewalls over it. > > Hmmm i guess ipt

Re: hosts.(allow|deny)

2003-03-07 Thread Hugh Saunders
On Fri, Mar 07, 2003 at 12:57:25PM -0800, nate wrote: > Hugh Saunders said: > > > There is no reference to ssh at all in daemon.log > > But.. I changed in.sshd to sshd and it now works. > > it may be in /var/log/auth.log been a while since I used tcp wrappers :) for the record, is all in /var/log

Re: hosts.(allow|deny)

2003-03-07 Thread Will Trillich
On Fri, Mar 07, 2003 at 08:01:14PM +, Hugh Saunders wrote: > On Fri, Mar 07, 2003 at 09:43:34AM -0800, nate wrote: > > Hugh Saunders said: > > another reason I don't use it is I prefer firewalls over it. > Hmmm i guess iptables would be better but i dont speak iptables yet and > hosts seemed li

Re: hosts.(allow|deny)

2003-03-07 Thread nate
Hugh Saunders said: > There is no reference to ssh at all in daemon.log > But.. I changed in.sshd to sshd and it now works. it may be in /var/log/auth.log been a while since I used tcp wrappers :) if all else fails grep ssh /var/log/* :) nate -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: hosts.(allow|deny)

2003-03-07 Thread Hugh Saunders
On Fri, Mar 07, 2003 at 09:43:34AM -0800, nate wrote: > Hugh Saunders said: > > > But i thought it would be more secure to put ALL : ALL in hosts.deny and > > then in.sshd : ALL in hosts.allow. This dosnt work[ssh connections are > > refused], how do i specify that i want all hosts to be able to c

Re: hosts.(allow|deny)

2003-03-07 Thread nate
Hugh Saunders said: > But i thought it would be more secure to put ALL : ALL in hosts.deny and > then in.sshd : ALL in hosts.allow. This dosnt work[ssh connections are > refused], how do i specify that i want all hosts to be able to connect to > port 22? hosts.allow/deny can be tricky(one reason