From a17b94cc89dd14cf1027e05a0b3def68f2c1e96c Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Thu, 1 Jun 2017 13:36:24 +0200 Subject: ssh: Removed out-commented code --- lib/ssh/src/ssh_connection_handler.erl | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib/ssh') 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. -- cgit v1.2.3