diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-07-22 22:04:20 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-07-22 22:04:20 +0000 |
commit | a93ef319625ff96b43dce19cbbca1c9958e6be5c (patch) | |
tree | 433fd789a03b16ef8be17226c0235bd007d8645e /usr.bin/ssh/ssh.1 | |
parent | 876f0ebb6307de56554ac4e036e1456541f707ad (diff) |
enable challenge-response auth by default; ok millert@
Diffstat (limited to 'usr.bin/ssh/ssh.1')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index a4f040a47de..f8d9fc6890b 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.121 2001/07/22 21:32:42 pvalchev Exp $ +.\" $OpenBSD: ssh.1,v 1.122 2001/07/22 22:04:19 markus Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -1012,15 +1012,12 @@ The default is Note that this option applies to protocol version 1 only. .It Cm ChallengeResponseAuthentication Specifies whether to use challenge response authentication. -Currently there is only support for -.Xr skey 1 -authentication. The argument to this keyword must be .Dq yes or .Dq no . The default is -.Dq no . +.Dq yes . .It Cm StrictHostKeyChecking If this flag is set to .Dq yes , |