> 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. Some examples that I use: sshd: 192.168.7.0/255.255.255.0 : allow sshd: 192.168.0.0/255.255.0.0 : allow sshd: .subnet.org Anne