diff options
author | Ingela Anderton Andin <[email protected]> | 2012-02-13 17:26:07 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2012-02-14 15:32:48 +0100 |
commit | 7d330005f030b547259b3c6151099d6a6903c5b3 (patch) | |
tree | 9a17008ece0233fe8d35d776777bf3560a3a1fa1 /lib/ssh/doc | |
parent | 4a9cf8de2125832cdc636693ec23f625f195b9e8 (diff) | |
download | otp-7d330005f030b547259b3c6151099d6a6903c5b3.tar.gz otp-7d330005f030b547259b3c6151099d6a6903c5b3.tar.bz2 otp-7d330005f030b547259b3c6151099d6a6903c5b3.zip |
Document user_dir for the server
Diffstat (limited to 'lib/ssh/doc')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index 0f7add6d36..c30777bb5b 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -222,6 +222,14 @@ option <c>shell</c> which is much less work than implementing your own cli channel. </item> + <tag><c><![CDATA[{user_dir, String}]]></c></tag> + <item> + <p>Sets the user directory e.i. the directory containing + ssh configuration files for the user such as + <c><![CDATA[known_hosts]]></c>, <c><![CDATA[id_rsa, id_dsa]]></c> and + <c><![CDATA[authorized_key]]></c>. Defaults to the directory normally + referred to as <c><![CDATA[~/.ssh]]></c> </p> + </item> <tag><c><![CDATA[{system_dir, string()}]]></c></tag> <item> <p>Sets the system directory, containing the host files |