aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_auth.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssh/src/ssh_auth.hrl')
-rw-r--r--lib/ssh/src/ssh_auth.hrl3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ssh/src/ssh_auth.hrl b/lib/ssh/src/ssh_auth.hrl
index 71f222f6d7..449bc4fa45 100644
--- a/lib/ssh/src/ssh_auth.hrl
+++ b/lib/ssh/src/ssh_auth.hrl
@@ -22,9 +22,6 @@
%%% Description: Ssh User Authentication Protocol
--define(SUPPORTED_AUTH_METHODS, "publickey,keyboard-interactive,password").
-
--define(PREFERRED_PK_ALGS, ['ssh-rsa','ssh-dss']).
-define(SSH_MSG_USERAUTH_REQUEST, 50).
-define(SSH_MSG_USERAUTH_FAILURE, 51).