aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_connection_handler.erl
diff options
context:
space:
mode:
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.