diff options
author | Daniel Goertzen <[email protected]> | 2012-09-07 14:59:08 -0500 |
---|---|---|
committer | Daniel Goertzen <[email protected]> | 2012-09-07 14:59:08 -0500 |
commit | 4ed113fb4918c3fb886a87ca0e2063ee81cc25ca (patch) | |
tree | c6f87339894f1b27fe1214fb1b3641f77ff47baa /lib/ssh/doc/src/ssh.xml | |
parent | 952db27ba0a5b87a2a47f3a7034a9bf92e3651e5 (diff) | |
download | otp-4ed113fb4918c3fb886a87ca0e2063ee81cc25ca.tar.gz otp-4ed113fb4918c3fb886a87ca0e2063ee81cc25ca.tar.bz2 otp-4ed113fb4918c3fb886a87ca0e2063ee81cc25ca.zip |
fix typo in keyboard-interactive string
Diffstat (limited to 'lib/ssh/doc/src/ssh.xml')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index b84b3a3dcb..0133250979 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -265,7 +265,7 @@ <item> <p>Comma separated string that determines which authentication methodes that the server should support and in what order they will be tried. Defaults to - <c><![CDATA["publickey,keyboard_interactive,password"]]></c></p> + <c><![CDATA["publickey,keyboard-interactive,password"]]></c></p> </item> <tag><c><![CDATA[{user_passwords, [{string() = User, string() = Password}]}]]></c></tag> <item> |