aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_connection_handler.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-06-02 13:22:13 +0200
committerHans Nilsson <[email protected]>2017-06-02 13:22:13 +0200
commite8a89afac4c3ae0003c8ec67fa27acd8b9e23fa9 (patch)
tree9e22d6fa0d89f78f8ed445c0ce9f96737501d031 /lib/ssh/src/ssh_connection_handler.erl
parenta32b73392674348a6b19347b73da52755a2587dc (diff)
parent8ce5d8239bc49ca72df11ca0a614dfa01fbf931c (diff)
downloadotp-e8a89afac4c3ae0003c8ec67fa27acd8b9e23fa9.tar.gz
otp-e8a89afac4c3ae0003c8ec67fa27acd8b9e23fa9.tar.bz2
otp-e8a89afac4c3ae0003c8ec67fa27acd8b9e23fa9.zip
Merge branch 'hans/ssh/dbg_fixes'
Diffstat (limited to 'lib/ssh/src/ssh_connection_handler.erl')
-rw-r--r--lib/ssh/src/ssh_connection_handler.erl10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/ssh/src/ssh_connection_handler.erl b/lib/ssh/src/ssh_connection_handler.erl
index 4c6aff5c24..8d3ddb09a4 100644
--- a/lib/ssh/src/ssh_connection_handler.erl
+++ b/lib/ssh/src/ssh_connection_handler.erl
@@ -1735,16 +1735,6 @@ ext_info({"server-sig-algs",SigAlgsStr},
CommonAlgs ++ (ClientSigAlgs -- CommonAlgs)
}};
- %% If there are algorithms common to the client and the server, use them.
- %% Otherwise try with ones that the client supports. The server-sig-alg
- %% list is a suggestion, not an order.
- %% case CommonAlgs of
- %% [_|_] ->
- %% D0#data{ssh_params = Ssh0#ssh{userauth_pubkeys = CommonAlgs}};
- %% [] ->
- %% D0
- %% end;
-
ext_info(_, D0) ->
%% Not implemented
D0.