diff options
| author | Guido van Rooij <guido@FreeBSD.org> | 1994-09-05 19:40:51 +0000 |
|---|---|---|
| committer | Guido van Rooij <guido@FreeBSD.org> | 1994-09-05 19:40:51 +0000 |
| commit | fe8575abe4d6d9b47c15585be9de78cd657a72f4 (patch) | |
| tree | ec7e3340b1e5f670cf5971b52eb50a84fc9a69c3 | |
| parent | 7d5a70fc3bb7b2f3e2da87921b073bdcdd4e5e95 (diff) | |
Notes
| -rw-r--r-- | share/man/man5/skey.access.5 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/share/man/man5/skey.access.5 b/share/man/man5/skey.access.5 new file mode 100644 index 000000000000..08924376da12 --- /dev/null +++ b/share/man/man5/skey.access.5 @@ -0,0 +1,34 @@ +.\" this is comment +.Dd April 30, 1994 +.Dt SKEY.ACCESS 5 +.Os FreeBSD 1.2 +.Sh NAME +.Nm skey.access +.Nd List of S/Key obligated host adresses +.Sh DESCRIPTION +The +.Nm skey.access +file contains a number of lines specifying host IP adresses +for which the use of S/Key passwords is obligated. +.Pp +The first word of each line says if UNIX passwords are +to be permitted or denied. When denied, only S/Key passwords +are allowed. +The remainder of the rule is a networknumber and mask. A rule matches a +host if any of its addresses satisfies: + network = (address & mask) +.Sh FILES +.Bl -tag -width /etc/skey.access -compact +.It Pa /etc/skey.access +The +.Nm skey.access +file resides in +.Pa /etc . +.El +.Sh SEE ALSO +.Xr skey 1 , +.Xr keyinit 1 , +.Xr key 1 , +.Xr keyinfo 1 +.Sh AUTHOR +Guido van Rooij |
