Koozali.org: home of the SME Server

Templates

rik

Templates
« on: January 16, 2002, 11:10:53 AM »
I would like to limit the access to ssh to some well known ip address, so i think to modify the template which generate hosts.allow.
Here i found sshd and i think to change :
{
       $OUT .= "\n";
       $OUT .= "# sshd daemon\n";
       $OUT .= "sshd: ALL"  
   }
ALL with the IP that i need...
Is it correct?

Thank you!!