From ed01a9d3f2614933d05e7d85b4bb3568c4e04cdb Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Wed, 21 Feb 2018 14:48:33 +0100 Subject: ssh: Add option save_accepted_host --- lib/ssh/doc/src/ssh.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lib/ssh/doc/src/ssh.xml') 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 @@ + + + +

If true, the client saves an accepted host key to avoid the + accept question the next time the same host is connected. If the option + key_cb is not present, the key is saved in the file "known_hosts". +

+

If false, the key is not saved and the key will still be unknown + at the next access of the same host. +

+
+

If false, disables the client to connect to the server -- cgit v1.2.3