aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh.hrl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2015-09-25 13:11:43 +0200
committerHans Nilsson <[email protected]>2015-09-25 13:11:43 +0200
commit7e273a48f4c710a6c8e899a5e550a2b60d0f507a (patch)
tree4a7ef22432922f10752c30af8724ea3da752b12b /lib/ssh/src/ssh.hrl
parent14c5f292a168e3056f550b89e9e293fe8ea618c8 (diff)
parent7fb90f21d37ed0f3d4853e79deb3f641a00d43d0 (diff)
downloadotp-7e273a48f4c710a6c8e899a5e550a2b60d0f507a.tar.gz
otp-7e273a48f4c710a6c8e899a5e550a2b60d0f507a.tar.bz2
otp-7e273a48f4c710a6c8e899a5e550a2b60d0f507a.zip
Merge branch 'maint'
* maint: ssh: remove unused filed #ssh.kb_data ssh: new states for keyboard-interactive ssh: new state - service_request
Diffstat (limited to 'lib/ssh/src/ssh.hrl')
-rw-r--r--lib/ssh/src/ssh.hrl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl
index 462c98f503..da64e4abf9 100644
--- a/lib/ssh/src/ssh.hrl
+++ b/lib/ssh/src/ssh.hrl
@@ -133,7 +133,6 @@
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