Displaying 1 result from an estimated 1 matches for "denycountry".
2003 Jan 18
3
GeoIP support - DenyCountry
First time subscriber/poster
My attached patch allows GeoIP support for the free GeoIP database and C api
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 a...