diff options
author | Hans Nilsson <[email protected]> | 2015-06-08 21:43:23 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-06-09 14:55:18 +0200 |
commit | dc3b2ec3a2e89d48c9fb3329c756107cfb7442c2 (patch) | |
tree | 4c45dc2bd5d3b6c58a8ea7ed9811d69591d48510 /lib/ssh/src/ssh.hrl | |
parent | 1e3637220afb2269a829ea0a15b98b05f38344a8 (diff) | |
download | otp-dc3b2ec3a2e89d48c9fb3329c756107cfb7442c2.tar.gz otp-dc3b2ec3a2e89d48c9fb3329c756107cfb7442c2.tar.bz2 otp-dc3b2ec3a2e89d48c9fb3329c756107cfb7442c2.zip |
ssh save keybard-interactive data in #ssh{}
Diffstat (limited to 'lib/ssh/src/ssh.hrl')
-rw-r--r-- | lib/ssh/src/ssh.hrl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl index 94154c8a96..a02c87505d 100644 --- a/lib/ssh/src/ssh.hrl +++ b/lib/ssh/src/ssh.hrl @@ -128,8 +128,10 @@ user, service, userauth_quiet_mode, % boolean() - userauth_supported_methods , % - userauth_methods, + userauth_supported_methods, % string() eg "keyboard-interactive,password" + userauth_methods, % list( string() ) eg ["keyboard-interactive", "password"] + kb_tries_left = 0, % integer(), num tries left for "keyboard-interactive" + kb_data, userauth_preference, available_host_keys, authenticated = false |