mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 16:10:46 +01:00
Put skey.acccess in usr/share/examples/etc
This commit is contained in:
parent
2a07a4c97e
commit
e7f092ddf6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3699
@ -1,8 +1,30 @@
|
|||||||
# First word says if UNIX passwords are to be permitted or denied.
|
# This file controls whether UNIX passwords are to be permitted. Rules
|
||||||
# remainder of the rule is a networknumber and mask. A rule matches a
|
# are matched in order, and the search terminates when the first matching
|
||||||
# host if any of its addresses satisfies:
|
# rule has been found.
|
||||||
#
|
#
|
||||||
# network = (address & mask)
|
# Each rule has the form:
|
||||||
#
|
#
|
||||||
#what network mask
|
# permit condition condition...
|
||||||
permit 0.0.0.0 0.0.0.0
|
# deny condition condition...
|
||||||
|
#
|
||||||
|
# Where "permit" or "deny" may be followed by zero or more conditions.
|
||||||
|
#
|
||||||
|
# A rule is matched when all conditions are satisfied. A rule without
|
||||||
|
# conditions is always satisfied.
|
||||||
|
#
|
||||||
|
# Examples of conditions are:
|
||||||
|
#
|
||||||
|
# hostname wzv.win.tue.nl
|
||||||
|
# internet 131.155.210.0 255.255.255.0
|
||||||
|
# port ttya
|
||||||
|
# user root
|
||||||
|
# group wheel
|
||||||
|
#
|
||||||
|
# The old S/Key form (permit/deny netnumber netmask) is still supported.
|
||||||
|
#
|
||||||
|
#permit user uugiga # uucp login via modem or internet
|
||||||
|
#permit port ttyb # local
|
||||||
|
#permit port console # local
|
||||||
|
#deny # anything else
|
||||||
|
|
||||||
|
permit # permit plaintext passwords all the time
|
||||||
|
Loading…
Reference in New Issue
Block a user