diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-06 22:30:28 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-06 22:30:28 +0200 |
commit | 033a49c7cc0de8ec659110ab6cfb3a06e306d5b4 (patch) | |
tree | 0644873d5ae730f07dcac9e5f53dc3a3d8d70164 /ssh.1 | |
parent | - markus@cvs.openbsd.org 2002/05/25 18:51:07 (diff) | |
download | openssh-033a49c7cc0de8ec659110ab6cfb3a06e306d5b4.tar.xz openssh-033a49c7cc0de8ec659110ab6cfb3a06e306d5b4.zip |
- stevesk@cvs.openbsd.org 2002/05/26 20:35:10
[ssh.1]
sort ChallengeResponseAuthentication; ok markus@
Diffstat (limited to '')
-rw-r--r-- | ssh.1 | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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 |