aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh.hrl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2015-11-06 10:33:16 +0100
committerHans Nilsson <[email protected]>2015-11-06 10:33:16 +0100
commit6f760fcaf2608cc25684e17660a95e51f080c7af (patch)
tree0b866bdbbd0c5c81afd6c999404445cf55ffcb47 /lib/ssh/src/ssh.hrl
parent98ce5c34a27b3fd95febba5c44d87bfdbd40a822 (diff)
parent6ce8f9278b937b607be4c925c2b711cb163519fc (diff)
downloadotp-6f760fcaf2608cc25684e17660a95e51f080c7af.tar.gz
otp-6f760fcaf2608cc25684e17660a95e51f080c7af.tar.bz2
otp-6f760fcaf2608cc25684e17660a95e51f080c7af.zip
Merge branch 'maint'
* maint: ssh: changes after doc review ssh: Document pwdfun ssh: make corrections of keyboard-interactive client ssh: enable users to give option keyboard_interact_fun ssh: pwdfun/4 and simple tests
Diffstat (limited to 'lib/ssh/src/ssh.hrl')
-rw-r--r--lib/ssh/src/ssh.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/src/ssh.hrl b/lib/ssh/src/ssh.hrl
index fc9d60c500..4ad936f742 100644
--- a/lib/ssh/src/ssh.hrl
+++ b/lib/ssh/src/ssh.hrl
@@ -138,6 +138,7 @@
kb_tries_left = 0, % integer(), num tries left for "keyboard-interactive"
userauth_preference,
available_host_keys,
+ pwdfun_user_state,
authenticated = false
}).