Displaying 1 result from an estimated 1 matches for "allowcountry".
2003 Jan 18
3
GeoIP support - DenyCountry
...i
from http://www.maxmind.com/
Install GeoIP before compiling and it should work.
It adds 2 options to sshd_config
DenyCountry
Deny access from a specific country based on GeoIP lookup. Use multiple
DenyCountry entries to deny access from multiple countries. DenyCountry
takes precedence over AllowCountry
AllowCountry
Allow access from a specific country based on GeoIP lookup. Use multiple
AllowCountry entries to allow access from multiple countries.
I hardcoded the configure script part of it. ideally it should either detect
when GeoIP is installed or accept a --with-geoip parameter or both...