diff options
author | 2002-05-26 20:35:10 +0000 | |
---|---|---|
committer | 2002-05-26 20:35:10 +0000 | |
commit | 155d2719fccc764635f17c41a7c71e6f84a3763c (patch) | |
tree | 12d14479aac496f6324ba6276a908ed50e326154 | |
parent | remove extra spaces, tabs, and semicolon. (diff) | |
download | wireguard-openbsd-155d2719fccc764635f17c41a7c71e6f84a3763c.tar.xz wireguard-openbsd-155d2719fccc764635f17c41a7c71e6f84a3763c.zip |
sort ChallengeResponseAuthentication; ok markus@
-rw-r--r-- | usr.bin/ssh/ssh.1 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 46c31406fdb..f37e0a64c61 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.151 2002/05/06 23:34:33 millert Exp $ +.\" $OpenBSD: ssh.1,v 1.152 2002/05/26 20:35:10 stevesk Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -735,6 +735,14 @@ Note that this option does not work if .Cm UsePrivilegedPort is set to .Dq yes . +.It Cm ChallengeResponseAuthentication +Specifies whether to use challenge response authentication. +The argument to this keyword must be +.Dq yes +or +.Dq no . +The default is +.Dq yes . .It Cm CheckHostIP If this flag is set to .Dq yes , @@ -1126,14 +1134,6 @@ running. The default is .Dq yes . Note that this option applies to protocol version 1 only. -.It Cm ChallengeResponseAuthentication -Specifies whether to use challenge response authentication. -The argument to this keyword must be -.Dq yes -or -.Dq no . -The default is -.Dq yes . .It Cm SmartcardDevice Specifies which smartcard device to use. The argument to this keyword is the device |