summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-08-06 20:53:26 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-08-06 20:53:26 +0000
commit0076d75c253af56d178c584bd110425d884d9b9c (patch)
tree2818dc88bd9ca634c1cd2f84902005be0c922a81 /ssh.1
parente2b9b064257a64550fba5a03f307bb5138b67717 (diff)
- markus@cvs.openbsd.org 2001/07/22 22:04:19
[readconf.c ssh.1] enable challenge-response auth by default; ok millert@
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.17
1 files changed, 2 insertions, 5 deletions
diff --git a/ssh.1 b/ssh.1
index a4f040a47..f8d9fc689 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.121 2001/07/22 21:32:42 pvalchev Exp $ 37.\" $OpenBSD: ssh.1,v 1.122 2001/07/22 22:04:19 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -1012,15 +1012,12 @@ The default is
1012Note that this option applies to protocol version 1 only. 1012Note that this option applies to protocol version 1 only.
1013.It Cm ChallengeResponseAuthentication 1013.It Cm ChallengeResponseAuthentication
1014Specifies whether to use challenge response authentication. 1014Specifies whether to use challenge response authentication.
1015Currently there is only support for
1016.Xr skey 1
1017authentication.
1018The argument to this keyword must be 1015The argument to this keyword must be
1019.Dq yes 1016.Dq yes
1020or 1017or
1021.Dq no . 1018.Dq no .
1022The default is 1019The default is
1023.Dq no . 1020.Dq yes .
1024.It Cm StrictHostKeyChecking 1021.It Cm StrictHostKeyChecking
1025If this flag is set to 1022If this flag is set to
1026.Dq yes , 1023.Dq yes ,