summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorShawn Pearce <sop@google.com>2013-11-08 20:48:02 -0800
committerShawn Pearce <sop@google.com>2013-11-08 20:56:49 -0800
commite4893eb0ff7fba34f9097335f6402fb7ff612e22 (patch)
tree578f65ce312f1545903d39699608ca0697135773 /Documentation
parenta4b4ea27ed5a7399674624dba5c894293035b953 (diff)
parente5b7f1aa5c195098cdd043a21aa2734dd0764db4 (diff)
Merge branch 'stable-2.6' into stable-2.7
* stable-2.6: Bump SSHD version to 0.9.0.201311081 Conflicts: gerrit-sshd/src/main/java/com/google/gerrit/sshd/DatabasePubKeyAuth.java gerrit-sshd/src/main/java/com/google/gerrit/sshd/SshDaemon.java Change-Id: Iacee71305c167687c8f70836bff802b1dfec2082
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config-gerrit.txt19
1 files changed, 10 insertions, 9 deletions
diff --git a/Documentation/config-gerrit.txt b/Documentation/config-gerrit.txt
index daafcf167b..93492baf0c 100644
--- a/Documentation/config-gerrit.txt
+++ b/Documentation/config-gerrit.txt
@@ -2299,6 +2299,14 @@ namespace. To alias `replication start` to `gerrit replicate`:
[[sshd]] Section sshd
~~~~~~~~~~~~~~~~~~~~~
+[[sshd.backend]]sshd.backend::
++
+Starting from version 0.9.0 Apache SSHD project added support for NIO2
+IoSession. To use the new NIO2 session the `backend` option must be set
+to `NIO2`.
++
+By default, `MINA`.
+
[[sshd.listenAddress]]sshd.listenAddress::
+
Specifies the local addresses the internal SSHD should listen
@@ -2337,20 +2345,13 @@ of them.
+
By default, sshd.listenAddress.
-[[sshd.reuseAddress]]sshd.reuseAddress::
-+
-If true, permits the daemon to bind to the port even if the port
-is already in use. If false, the daemon ensures the port is not
-in use before starting. Busy sites may need to set this to true
-to permit fast restarts.
-+
-By default, true.
-
[[sshd.tcpKeepAlive]]sshd.tcpKeepAlive::
+
If true, enables TCP keepalive messages to the other side, so
the daemon can terminate connections if the peer disappears.
+
+Only effective when `sshd.backend` is set to `MINA`.
++
By default, true.
[[sshd.threads]]sshd.threads::