aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc/src/ssh.xml
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2012-08-27 12:06:01 +0200
committerFredrik Gustafsson <[email protected]>2012-08-27 12:06:01 +0200
commit10328ca6308828b14da4d158542a73825c7664f4 (patch)
tree0753db5f4be9ab8349fb1791c50969dda952a338 /lib/ssh/doc/src/ssh.xml
parent6d7b0601a7fb0936d3b24de081432600a7482b98 (diff)
parent3d70c115603add4d4a4c975a41bffa22b13e4c6f (diff)
downloadotp-10328ca6308828b14da4d158542a73825c7664f4.tar.gz
otp-10328ca6308828b14da4d158542a73825c7664f4.tar.bz2
otp-10328ca6308828b14da4d158542a73825c7664f4.zip
Merge branch 'maint'
Diffstat (limited to 'lib/ssh/doc/src/ssh.xml')
-rw-r--r--lib/ssh/doc/src/ssh.xml14
1 files changed, 10 insertions, 4 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml
index e30c6f1ccc..b84b3a3dcb 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -259,11 +259,17 @@
that identifies the host for ssh. The default is
<c><![CDATA[/etc/ssh]]></c>, note that SSH normally
requires the host files there to be readable only by
- root.</p>
+ root.</p>
+ </item>
+ <tag><c><![CDATA[{auth_methods, string()}]]></c></tag>
+ <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>
</item>
- <tag><c><![CDATA[{user_passwords, [{string() = User, string() = Password}]}]]></c></tag>
- <item>
- <p>Provide passwords for password authentication.They will
+ <tag><c><![CDATA[{user_passwords, [{string() = User, string() = Password}]}]]></c></tag>
+ <item>
+ <p>Provide passwords for password authentication.They will
be used when someone tries to connect to the server and
public key user authentication fails. The option provides
a list of valid user names and the corresponding password.