From 8d37b35a3d68a5acf4889d5df20b51790ec19097 Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Thu, 7 Sep 2017 18:24:05 +0200 Subject: ssh: add ecdsa_pass_phrase option in analogy with rsa_pass_phrase --- lib/ssh/src/ssh_options.erl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/ssh/src/ssh_options.erl') 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, -- cgit v1.2.3