From: "Aaron Konstam" <akonstam@xxxxxxxxxxx> > On Sat, Apr 19, 2003 at 10:14:23PM +0200, Jochen K?chelin wrote: > > what do i have to enter > > in hosts.allow to allow ssh access only > > from a certain domain? > > > > or is there another more secure way to > > restrict access to connect over ssh? > Semms to me the folloowing line would work: > sshd: <domain identity> > domain would be like: 191.135. I'd also disallow all but the desired source addresses in the iptables firewall. (As a matter of fact that is precisely what I do.) {^_^}