mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
2 Added optional excessive login logging. 3) Added login acces control on a per host/tty base. 4) See skey(1) for skey descriptions and src/usr.bin/login/README for the logging and access control features. -Guido
8 lines
258 B
Text
8 lines
258 B
Text
# First word says if UNIX passwords are to be permitted or denied.
|
|
# remainder of the rule is a networknumber and mask. A rule matches a
|
|
# host if any of its addresses satisfies:
|
|
#
|
|
# network = (address & mask)
|
|
#
|
|
#what network mask
|
|
permit 0.0.0.0 0.0.0.0
|