diff options
| author | Tony Finch <fanf@FreeBSD.org> | 2002-07-25 15:59:40 +0000 |
|---|---|---|
| committer | Tony Finch <fanf@FreeBSD.org> | 2002-07-25 15:59:40 +0000 |
| commit | a9a70dec76f06b8ee72cb2f9810caac6416a3f56 (patch) | |
| tree | 530b1a445ede4d5ca773f6663d765ef40dc1a406 | |
| parent | 7c33f2d1e6515ac274abb3369a1df84065ff4407 (diff) | |
Notes
| -rw-r--r-- | crypto/openssh/ssh_config | 2 | ||||
| -rw-r--r-- | crypto/openssh/ssh_config.5 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/ssh_config b/crypto/openssh/ssh_config index 99527feb4f5d..c251f21a2513 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 9ae6c78f3db1..85acc6ad761e 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. |
