mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document the FreeBSD default for CheckHostIP, which was changed in
rev 1.2 of readconf.c. Approved by: des
This commit is contained in:
parent
7c33f2d1e6
commit
a9a70dec76
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
# RSAAuthentication yes
|
||||
# PasswordAuthentication yes
|
||||
# BatchMode no
|
||||
# CheckHostIP yes
|
||||
# CheckHostIP no
|
||||
# StrictHostKeyChecking ask
|
||||
# IdentityFile ~/.ssh/identity
|
||||
# IdentityFile ~/.ssh/id_rsa
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue