diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2002-05-26 20:35:11 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2002-05-26 20:35:11 +0000 |
commit | 69c9d9d8ef901dadbc090699751edbd20f6afed7 (patch) | |
tree | 58c92eb1aec9b60d688ff7e2bef1cb018c27e518 | |
parent | 00338383fda51e34cbf291c89f40dd419ec2b7b7 (diff) |
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 |