diff options
author | Hans Nilsson <[email protected]> | 2017-09-07 18:24:05 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-10-02 12:45:01 +0200 |
commit | 8d37b35a3d68a5acf4889d5df20b51790ec19097 (patch) | |
tree | d951a1b13857ab7ebf71fd2aa5b6da7b181f81e6 /lib/ssh/doc | |
parent | f178f46023da20fb2728e9b95b3d14a1c4c6b5ce (diff) | |
download | otp-8d37b35a3d68a5acf4889d5df20b51790ec19097.tar.gz otp-8d37b35a3d68a5acf4889d5df20b51790ec19097.tar.bz2 otp-8d37b35a3d68a5acf4889d5df20b51790ec19097.zip |
ssh: add ecdsa_pass_phrase option in analogy with rsa_pass_phrase
Diffstat (limited to 'lib/ssh/doc')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index d9516fff12..337f4094cc 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -178,6 +178,12 @@ supplied with this option. </p> </item> + <tag><c><![CDATA[{ecdsa_pass_phrase, string()}]]></c></tag> + <item> + <p>If the user ECDSA key is protected by a passphrase, it can be + supplied with this option. + </p> + </item> <tag> <c><![CDATA[{silently_accept_hosts, boolean()}]]></c> <br/> <c><![CDATA[{silently_accept_hosts, CallbackFun}]]></c> <br/> |