diff options
author | Hans <[email protected]> | 2015-06-04 13:30:58 +0200 |
---|---|---|
committer | Hans <[email protected]> | 2015-06-04 14:14:39 +0200 |
commit | 04653b8c66c2b8d1453b32ca28d66ef1863dbd75 (patch) | |
tree | ad64954e52790909b2736272454364a7f3c9a995 /lib/ssh/doc | |
parent | 99ccfe4d73b3ba82a8a461b53cb30cf512ee1bb9 (diff) | |
download | otp-04653b8c66c2b8d1453b32ca28d66ef1863dbd75.tar.gz otp-04653b8c66c2b8d1453b32ca28d66ef1863dbd75.tar.bz2 otp-04653b8c66c2b8d1453b32ca28d66ef1863dbd75.zip |
ssh: make disconnectfun work for both server&client
Diffstat (limited to 'lib/ssh/doc')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index cf58806aa8..0516945c0e 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -175,6 +175,11 @@ to use from a security point of view.</p> </item> + <tag><c><![CDATA[{disconnectfun, fun(Reason:term()) -> _}]]></c></tag> + <item> + <p>Provides a fun to implement your own logging when a server disconnects the client.</p> + </item> + <tag><c><![CDATA[{public_key_alg, 'ssh-rsa' | 'ssh-dss'}]]></c></tag> <item> <note> |