summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-12-24 10:38:56 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-12-24 10:38:56 +0000
commit9696719a37c16879c5fc9336767bad699b05e744 (patch)
treeeea20e4b6b4bae1a603eb76f72007ef5c710b519
parentd3a142f9c700977d853c36948a2a8f0936a43550 (diff)
downloadopenvpn-9696719a37c16879c5fc9336767bad699b05e744.tar.gz
openvpn-9696719a37c16879c5fc9336767bad699b05e744.tar.xz
openvpn-9696719a37c16879c5fc9336767bad699b05e744.zip
--reneg-sec clarification in man page.
Should be added to 2.0.x branch as well. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1606 e7ae566f-a301-0410-adde-c780ea21d3b5
-rw-r--r--openvpn.813
1 files changed, 13 insertions, 0 deletions
diff --git a/openvpn.8 b/openvpn.8
index 48ae430..c52d1c1 100644
--- a/openvpn.8
+++ b/openvpn.8
@@ -3860,6 +3860,19 @@ packets sent and received (disabled by default).
Renegotiate data channel key after
.B n
seconds (default=3600).
+
+When using dual-factor authentication, note that this default value may
+cause the end user to be challenged to reauthorize once per hour.
+
+Also, keep in mind that this option can be used on both the client and server,
+and whichever uses the lower value will be the one to trigger the renegotiation.
+A common mistake is to set
+.B --reneg-sec
+to a higher value on either the client or server, while the other side of the connection
+is still using the default value of 3600 seconds, meaning that the renegotiation will
+still occur once per 3600 seconds. The solution is to increase --reneg-sec on both the
+client and server, or set it to 0 on one side of the connection (to disable), and to
+your chosen value on the other side.
.\"*********************************************************
.TP
.B --hand-window n