aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_options.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-10-02 12:47:08 +0200
committerHans Nilsson <[email protected]>2017-10-02 12:47:08 +0200
commit8d4b803946c2a287381a07e522b05dc556183d80 (patch)
tree3d2513999c0db956aeb863ad864e3b96877d5fe1 /lib/ssh/src/ssh_options.erl
parent8be41363658ab89db1e8c03d5c0df2c1bfe5f7ff (diff)
parentc46c699a518f9068b35d1c591ed8aed067b832ba (diff)
downloadotp-8d4b803946c2a287381a07e522b05dc556183d80.tar.gz
otp-8d4b803946c2a287381a07e522b05dc556183d80.tar.bz2
otp-8d4b803946c2a287381a07e522b05dc556183d80.zip
Merge branch 'maint'
Diffstat (limited to 'lib/ssh/src/ssh_options.erl')
-rw-r--r--lib/ssh/src/ssh_options.erl6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ssh/src/ssh_options.erl b/lib/ssh/src/ssh_options.erl
index 6939094401..68c99743ee 100644
--- a/lib/ssh/src/ssh_options.erl
+++ b/lib/ssh/src/ssh_options.erl
@@ -421,6 +421,12 @@ default(client) ->
class => user_options
},
+ {ecdsa_pass_phrase, def} =>
+ #{default => undefined,
+ chk => fun check_string/1,
+ class => user_options
+ },
+
{silently_accept_hosts, def} =>
#{default => false,
chk => fun check_silently_accept_hosts/1,