diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-07 21:55:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-07 21:55:44 +0000 |
commit | c4f99f26f462a5a120fb5550bd9066421f3b57ea (patch) | |
tree | 10848e632b83f9b8b35da3c5dcff368990fb02ca | |
parent | fa61532ff019f98f3e86dc54f4aec4ee8ceaccdb (diff) |
- 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. |