aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_options.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-05-10 12:39:02 +0200
committerHans Nilsson <[email protected]>2017-05-12 11:53:11 +0200
commit6e9f9cbfc1f69735788651369bf6e288e23fbced (patch)
tree199aac3c846b1e2703a55528dcf8776c6da104e2 /lib/ssh/src/ssh_options.erl
parentefbae4afb84ef03364a1de349d98413211946ad4 (diff)
downloadotp-6e9f9cbfc1f69735788651369bf6e288e23fbced.tar.gz
otp-6e9f9cbfc1f69735788651369bf6e288e23fbced.tar.bz2
otp-6e9f9cbfc1f69735788651369bf6e288e23fbced.zip
ssh: Doc option 'auth_methods' for client
Diffstat (limited to 'lib/ssh/src/ssh_options.erl')
-rw-r--r--lib/ssh/src/ssh_options.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_options.erl b/lib/ssh/src/ssh_options.erl
index 6bd6ab74c3..f98422c324 100644
--- a/lib/ssh/src/ssh_options.erl
+++ b/lib/ssh/src/ssh_options.erl
@@ -576,13 +576,13 @@ default(common) ->
class => user_options
},
-%%%%% Undocumented
{auth_methods, def} =>
#{default => ?SUPPORTED_AUTH_METHODS,
chk => fun check_string/1,
class => user_options
},
+%%%%% Undocumented
{transport, def} =>
#{default => ?DEFAULT_TRANSPORT,
chk => fun({A,B,C}) ->