diff options
author | Fredrik Gustafsson <[email protected]> | 2012-11-27 09:37:51 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2012-11-27 09:37:51 +0100 |
commit | 804f2b99c8487d9707a7dc89f2df433fd1b282e1 (patch) | |
tree | 9101c0922794dde67eb1bddac76fe12520a40642 /lib/ssh/doc/src/ssh.xml | |
parent | 2d974c56b23a7544b13f78061850a877316ae938 (diff) | |
download | otp-804f2b99c8487d9707a7dc89f2df433fd1b282e1.tar.gz otp-804f2b99c8487d9707a7dc89f2df433fd1b282e1.tar.bz2 otp-804f2b99c8487d9707a7dc89f2df433fd1b282e1.zip |
Added documentation for failfun, connectfun and disconnectfun in ssh
Diffstat (limited to 'lib/ssh/doc/src/ssh.xml')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index aac4b462a2..04b7a2ae56 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -308,6 +308,18 @@ <item> <p>Determines if SSH shall use IPv6 or not (only used when HostAddress is set to any).</p></item> + <tag><c><![CDATA[{failfun, fun()}]]></c></tag> + <item> + <p>Provide a fun() to implement your own logging when a user fails to authenticate.</p> + </item> + <tag><c><![CDATA[{connectfun, fun()}]]></c></tag> + <item> + <p>Provide a fun() to implement your own logging when a user authenticates to the server.</p> + </item> + <tag><c><![CDATA[{disconnectfun, fun()}]]></c></tag> + <item> + <p>Provide a fun() to implement your own logging when a user disconnects from the server.</p> + </item> </taglist> </desc> </func> |