aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2012-11-22 11:01:08 +0100
committerFredrik Gustafsson <[email protected]>2012-11-23 14:53:20 +0100
commite02e94b034c6407aadcbac42846c9b2e1a54d49e (patch)
tree3fe9e325a9de64a19624bd7b2bd0ca7065d33b04 /lib/ssh
parent3f671b2da7634f2f5c53c6622abb0eb6bf9938fb (diff)
downloadotp-e02e94b034c6407aadcbac42846c9b2e1a54d49e.tar.gz
otp-e02e94b034c6407aadcbac42846c9b2e1a54d49e.tar.bz2
otp-e02e94b034c6407aadcbac42846c9b2e1a54d49e.zip
Added doc for rekey_limit option
Diffstat (limited to 'lib/ssh')
-rw-r--r--lib/ssh/doc/src/ssh.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml
index aac4b462a2..fb68a13648 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -193,10 +193,13 @@
(simply passed on to the transport protocol).</p></item>
<tag><c><![CDATA[{ip_v6_disabled, boolean()}]]></c></tag>
<item>
- <p>Determines if SSH shall use IPv6 or not.</p></item>
- <tag><c><![CDATA[{idle_time, timeout()}]]></c></tag>
+ <p>Determines if SSH shall use IPv6 or not.</p>
+ </item>
+ <tag><c><![CDATA[{rekey_limit, integer()}]]></c></tag>
<item>
- <p>Sets a timeout on connection when no channels are active, default is infinity</p></item>
+ <p>Provide, in bytes, when rekeying should be initiated,
+ defaults to one time each GB and one time per hour.</p>
+ </item>
</taglist>
</desc>
</func>