diff options
author | Hans Nilsson <[email protected]> | 2015-09-28 13:09:01 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-10-08 16:03:10 +0200 |
commit | 23bdf367342d15cb3e9064df82faa285d021202d (patch) | |
tree | 881c54c2bc5e994d03ef03c59d6529c8bc85e29b /lib/ssh/src/ssh_auth.hrl | |
parent | 437448c16ac18208838a638717309ee0294b004e (diff) | |
download | otp-23bdf367342d15cb3e9064df82faa285d021202d.tar.gz otp-23bdf367342d15cb3e9064df82faa285d021202d.tar.bz2 otp-23bdf367342d15cb3e9064df82faa285d021202d.zip |
ssh: ECDSA public key implemented
Diffstat (limited to 'lib/ssh/src/ssh_auth.hrl')
-rw-r--r-- | lib/ssh/src/ssh_auth.hrl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ssh/src/ssh_auth.hrl b/lib/ssh/src/ssh_auth.hrl index 71f222f6d7..5197a42fa4 100644 --- a/lib/ssh/src/ssh_auth.hrl +++ b/lib/ssh/src/ssh_auth.hrl @@ -24,8 +24,6 @@ -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). -define(SSH_MSG_USERAUTH_SUCCESS, 52). |