aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_connection_handler.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-10-31 13:11:37 +0100
committerHans Nilsson <[email protected]>2018-11-19 17:23:34 +0100
commitaa1562a060cb91214acb639b9be9e1c6a59db884 (patch)
tree76c9a31aa03d76d691421b6790f053c65380d156 /lib/ssh/src/ssh_connection_handler.erl
parent5503d96504a89b1b00a78f7e7d12e79be553b215 (diff)
downloadotp-aa1562a060cb91214acb639b9be9e1c6a59db884.tar.gz
otp-aa1562a060cb91214acb639b9be9e1c6a59db884.tar.bz2
otp-aa1562a060cb91214acb639b9be9e1c6a59db884.zip
ssh: Add a common key_cb call function
Diffstat (limited to 'lib/ssh/src/ssh_connection_handler.erl')
-rw-r--r--lib/ssh/src/ssh_connection_handler.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_connection_handler.erl b/lib/ssh/src/ssh_connection_handler.erl
index 30eafc2f2a..b64b799327 100644
--- a/lib/ssh/src/ssh_connection_handler.erl
+++ b/lib/ssh/src/ssh_connection_handler.erl
@@ -447,7 +447,6 @@ init_ssh_record(Role, Socket, Opts) ->
init_ssh_record(Role, Socket, PeerAddr, Opts) ->
AuthMethods = ?GET_OPT(auth_methods, Opts),
S0 = #ssh{role = Role,
- key_cb = ?GET_OPT(key_cb, Opts),
opts = Opts,
userauth_supported_methods = AuthMethods,
available_host_keys = available_hkey_algorithms(Role, Opts),