Document the FreeBSD default for CheckHostIP, which was changed in

rev 1.2 of readconf.c.

Approved by:	des
This commit is contained in:
Tony Finch 2002-07-25 15:59:40 +00:00
parent 7c33f2d1e6
commit a9a70dec76
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100678
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
# RSAAuthentication yes
# PasswordAuthentication yes
# BatchMode no
# CheckHostIP yes
# CheckHostIP no
# StrictHostKeyChecking ask
# IdentityFile ~/.ssh/identity
# IdentityFile ~/.ssh/id_rsa

View File

@ -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.