Update website with new config.ssh setting and deprecation of :paranoid
This commit is contained in:
parent
c9e5a22bff
commit
2fb12a15e5
|
@ -67,9 +67,18 @@ any keys stored in ssh-agent). The default value is `true`.
|
|||
|
||||
<hr>
|
||||
|
||||
`config.ssh.verify_host_key` - Perform strict host-key verification. The default
|
||||
value is `false`.
|
||||
|
||||
<hr>
|
||||
|
||||
`config.ssh.paranoid` - Perform strict host-key verification. The default value
|
||||
is `false`.
|
||||
|
||||
__Deprecation:__
|
||||
The `config.ssh.paranoid` option is deprecated and will be removed in a future release.
|
||||
Please use the `config.ssh.verify_host_key` option instead.
|
||||
|
||||
<hr>
|
||||
|
||||
`config.ssh.forward_agent` - If `true`, agent forwarding over SSH
|
||||
|
|
Loading…
Reference in New Issue