diff options
author | Hans Nilsson <[email protected]> | 2015-11-06 10:33:16 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-11-06 10:33:16 +0100 |
commit | 6f760fcaf2608cc25684e17660a95e51f080c7af (patch) | |
tree | 0b866bdbbd0c5c81afd6c999404445cf55ffcb47 /lib/ssh/src/ssh.hrl | |
parent | 98ce5c34a27b3fd95febba5c44d87bfdbd40a822 (diff) | |
parent | 6ce8f9278b937b607be4c925c2b711cb163519fc (diff) | |
download | otp-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.hrl | 1 |
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 }). |