diff options
author | 2003-06-07 21:55:43 +0000 | |
---|---|---|
committer | 2003-06-07 21:55:43 +0000 | |
commit | 382010efa4e6ee23f625e7c076ea38492202b6eb (patch) | |
tree | 72ea01ba976835caa32fda796a718e7f478673cd | |
parent | print minor version as 02d; from Adam Montague via pr 3284; matches what freebsd does as well (diff) | |
download | wireguard-openbsd-382010efa4e6ee23f625e7c076ea38492202b6eb.tar.xz wireguard-openbsd-382010efa4e6ee23f625e7c076ea38492202b6eb.zip |
- remove invalid authentication type "otp"
- sync SYNOPSIS and DESCRIPTION a little
-rw-r--r-- | libexec/telnetd/telnetd.8 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libexec/telnetd/telnetd.8 b/libexec/telnetd/telnetd.8 index 6e75fba15d5..fcfbd78fca0 100644 --- a/libexec/telnetd/telnetd.8 +++ b/libexec/telnetd/telnetd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: telnetd.8,v 1.30 2003/06/02 19:38:25 millert Exp $ +.\" $OpenBSD: telnetd.8,v 1.31 2003/06/07 21:55:43 jmc Exp $ .\" .\" Copyright (c) 1983, 1993 .\" The Regents of the University of California. All rights reserved. @@ -46,7 +46,7 @@ protocol server .Op Fl X Ar authtype .Op Fl a Ar authmode .Op Fl g Ar gettyent -.Op Fl r Ns Ar lowpty-highpty +.Op Fl r Ar lowpty-highpty .Op Fl u Ar len .Op Fl debug .Op Fl L Ar /bin/login @@ -123,13 +123,13 @@ by any of the existing authentication mechanisms, and is thus the same as specifying .Fl a .Cm valid . -.It otp -Only allow Kerberos authenticated connections (as with -.Fl a -.Cm user ) -and also logins with one-time passwords (OTPs). -This option will call login with an option so that only OTPs are accepted. -The user can of course still type secret information at the prompt. +.\" .It otp +.\" Only allow Kerberos authenticated connections (as with +.\" .Fl a +.\" .Cm user ) +.\" and also logins with one-time passwords (OTPs). +.\" This option will call login with an option so that only OTPs are accepted. +.\" The user can of course still type secret information at the prompt. .It none This is the default state. Kerberos authentication information is not required. |