[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] ssh filtering
- Subject: Re: [cobalt-users] ssh filtering
- From: "Andy Clyde, oxfordmusic.net" <andy.clyde@xxxxxxxxxxxxxxx>
- Date: Mon Jan 6 07:19:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> 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