diff options
author | Erlang/OTP <[email protected]> | 2018-02-21 15:09:47 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-02-21 15:09:47 +0100 |
commit | 3024332c70e90eb0a6ee07eebc09647a4160a5b3 (patch) | |
tree | 58b2461ecb66226a27190a3517375762cba3db81 /lib/ssh/doc/src | |
parent | a17e29513b992afe82d7cdfdd3c880158ad0d80a (diff) | |
parent | ed01a9d3f2614933d05e7d85b4bb3568c4e04cdb (diff) | |
download | otp-3024332c70e90eb0a6ee07eebc09647a4160a5b3.tar.gz otp-3024332c70e90eb0a6ee07eebc09647a4160a5b3.tar.bz2 otp-3024332c70e90eb0a6ee07eebc09647a4160a5b3.zip |
Merge branch 'hans/ssh/limit_knownhosts/OTP-14935' into maint-20
* hans/ssh/limit_knownhosts/OTP-14935:
ssh: Add option save_accepted_host
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index 337f4094cc..acf94ff6af 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -227,6 +227,18 @@ </item> </list> </item> + + <tag><c><![CDATA[{save_accepted_host, boolean()}]]></c></tag> + <item> + <p>If <c>true</c>, the client saves an accepted host key to avoid the + accept question the next time the same host is connected. If the option + <c>key_cb</c> is not present, the key is saved in the file "known_hosts". + </p> + <p>If <c>false</c>, the key is not saved and the key will still be unknown + at the next access of the same host. + </p> + </item> + <tag><c><![CDATA[{user_interaction, boolean()}]]></c></tag> <item> <p>If <c>false</c>, disables the client to connect to the server |