diff options
author | Hans Nilsson <[email protected]> | 2015-11-06 10:32:28 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-11-06 10:32:28 +0100 |
commit | 6ce8f9278b937b607be4c925c2b711cb163519fc (patch) | |
tree | 95daca7ec3aebaea3d46ba59025be24e8b7c4971 /lib/ssh/src/ssh.hrl | |
parent | a3bc0687a34623824bf980c9ed19eb204dcccf66 (diff) | |
parent | 19f3eafbb237af7b6a9d81ebbddae19c41418f8b (diff) | |
download | otp-6ce8f9278b937b607be4c925c2b711cb163519fc.tar.gz otp-6ce8f9278b937b607be4c925c2b711cb163519fc.tar.bz2 otp-6ce8f9278b937b607be4c925c2b711cb163519fc.zip |
Merge branch 'hans/ssh/pwdfun/OTP-13055' into maint
* hans/ssh/pwdfun/OTP-13055:
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
Conflicts:
lib/ssh/doc/src/ssh.xml
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 }). |