From 804f2b99c8487d9707a7dc89f2df433fd1b282e1 Mon Sep 17 00:00:00 2001 From: Fredrik Gustafsson Date: Tue, 27 Nov 2012 09:37:51 +0100 Subject: Added documentation for failfun, connectfun and disconnectfun in ssh --- lib/ssh/doc/src/ssh.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lib/ssh') 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 @@

Determines if SSH shall use IPv6 or not (only used when HostAddress is set to any).

+ + +

Provide a fun() to implement your own logging when a user fails to authenticate.

+
+ + +

Provide a fun() to implement your own logging when a user authenticates to the server.

+
+ + +

Provide a fun() to implement your own logging when a user disconnects from the server.

+
-- cgit v1.2.3