summaryrefslogtreecommitdiffstats
path: root/crypto/openssh
diff options
context:
space:
mode:
authorfanf <fanf@FreeBSD.org>2002-07-25 15:59:40 +0000
committerfanf <fanf@FreeBSD.org>2002-07-25 15:59:40 +0000
commit8e466364e9524006718ad3df50b4d9ce33331562 (patch)
tree530b1a445ede4d5ca773f6663d765ef40dc1a406 /crypto/openssh
parent8d8219c5b92f1c73d552d5ee238ba396a4e9b7bb (diff)
downloadFreeBSD-src-8e466364e9524006718ad3df50b4d9ce33331562.zip
FreeBSD-src-8e466364e9524006718ad3df50b4d9ce33331562.tar.gz
Document the FreeBSD default for CheckHostIP, which was changed in
rev 1.2 of readconf.c. Approved by: des
Diffstat (limited to 'crypto/openssh')
-rw-r--r--crypto/openssh/ssh_config2
-rw-r--r--crypto/openssh/ssh_config.52
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/ssh_config b/crypto/openssh/ssh_config
index 99527fe..c251f21 100644
--- a/crypto/openssh/ssh_config
+++ b/crypto/openssh/ssh_config
@@ -24,7 +24,7 @@
# RSAAuthentication yes
# PasswordAuthentication yes
# BatchMode no
-# CheckHostIP yes
+# CheckHostIP no
# StrictHostKeyChecking ask
# IdentityFile ~/.ssh/identity
# IdentityFile ~/.ssh/id_rsa
diff --git a/crypto/openssh/ssh_config.5 b/crypto/openssh/ssh_config.5
index 9ae6c78..85acc6a 100644
--- a/crypto/openssh/ssh_config.5
+++ b/crypto/openssh/ssh_config.5
@@ -155,7 +155,7 @@ If the option is set to
.Dq no ,
the check will not be executed.
The default is
-.Dq yes .
+.Dq no .
.It Cm Cipher
Specifies the cipher to use for encrypting the session
in protocol version 1.
OpenPOWER on IntegriCloud