[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] ssh filtering




> By default, is there a way to allow ssh connection for specific IP
> on the raq4?  or do I have to install tcp_wrappers or some sort of
> ip filter software?  (preferably not but...)
> 
> btw, is pkgmaster.com is the only source of packages for raq4? what
> are some other sites that I can download more packages? (ie. ip filter
> and tcp_wrappers).
> 

edit /etc/hosts.allow, and add:

sshd: ip.ad.dr.ess: allow
sshd: ALL: deny

that should do it AFAIK

andy