diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-02-24 20:52:49 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-02-24 20:52:49 +0000 |
commit | b3cbc0b9e486970f437889ce506f6275f8ebcb1e (patch) | |
tree | e477dd31acb067b11f2b4b6f5c15c95c8081165d /usr.bin | |
parent | 3749e4bbc828cc91887f82727e3d2a6a0a60cbe4 (diff) |
Allow superuser to disable skey by unlnking /etc/skeykeys.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/skey/skey.1 | 4 | ||||
-rw-r--r-- | usr.bin/skeyinit/skeyinit.1 | 12 |
2 files changed, 11 insertions, 5 deletions
diff --git a/usr.bin/skey/skey.1 b/usr.bin/skey/skey.1 index 019f27c3cd2..d20d412aa87 100644 --- a/usr.bin/skey/skey.1 +++ b/usr.bin/skey/skey.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: skey.1,v 1.9 1997/07/17 05:48:39 millert Exp $ +.\" $OpenBSD: skey.1,v 1.10 1998/02/24 20:52:44 millert Exp $ .\" @(#)skey.1 1.1 10/28/93 .\" .Dd 28 October 1993 @@ -45,7 +45,7 @@ You can enter the passwords using small letters, even though .Nm skey prints them capitalized. .Sh OPTIONS -.Bl -tag -width Ds +.Bl -tag -width XXXXXXX .It Fl n Ar count Prints out .Ar count diff --git a/usr.bin/skeyinit/skeyinit.1 b/usr.bin/skeyinit/skeyinit.1 index 09d7105ca5d..97f88bd2ed6 100644 --- a/usr.bin/skeyinit/skeyinit.1 +++ b/usr.bin/skeyinit/skeyinit.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: skeyinit.1,v 1.10 1997/07/17 05:48:40 millert Exp $ +.\" $OpenBSD: skeyinit.1,v 1.11 1998/02/24 20:52:46 millert Exp $ .\" $NetBSD: skeyinit.1,v 1.4 1995/07/07 22:24:09 jtc Exp $ .\" @(#)skeyinit.1 1.1 10/28/93 .\" -.Dd 28 October 1993 +.Dd February 24, 1998 .Dt SKEYINIT 1 .Os .Sh NAME @@ -40,7 +40,7 @@ over an untrusted network, a password of should be used. The user will then be presented with the standard S/Key challenge and allowed to proceed if it is correct. .Sh OPTIONS -.Bl -tag -width Ds +.Bl -tag -width XXXXXXX .It Fl x Displays pass phrase in hexidecimal instead of ASCII. .It Fl s @@ -83,6 +83,12 @@ Selects RMD-160 (160 bit Ripe Message Digest) as the hash algorithm. .It Ar user The username to be changed/added. By default the current user is operated on. +.Sh ERRORS +.Bl -tag -width "skey disabled" +.It skey disabled +.Pa /etc/skeykeys +does not exist. It must be created by the superuser in order to use +.Nm skeyinit . .Sh FILES .Bl -tag -width /etc/skeykeys .It Pa /etc/skeykeys |