summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-01-20 11:31:47 +1100
committerDarren Tucker <dtucker@zip.com.au>2006-01-20 11:31:47 +1100
commit62388b2b63394c6a6ee44271426a13de5e0ce827 (patch)
treea692cf2b1cfaae4d97dc8c04d776e7fe3a18bca7 /ssh_config.5
parent248dd13c4686bcf1c1b29533a7f5c2e4264083cf (diff)
- dtucker@cvs.openbsd.org 2006/01/20 00:14:55
[scp.1 ssh.1 ssh_config.5 sftp.1] Document RekeyLimit. Based on patch from jan.iven at cern.ch from mindrot #1056 with feedback from jmc, djm and markus; ok jmc@ djm@
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.517
1 files changed, 16 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index e8186a988..790c9b204 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh_config.5,v 1.74 2006/01/12 22:26:02 jmc Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.75 2006/01/20 00:14:55 dtucker Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -718,6 +718,21 @@ or
718The default is 718The default is
719.Dq yes . 719.Dq yes .
720This option applies to protocol version 2 only. 720This option applies to protocol version 2 only.
721.It Cm RekeyLimit
722Specifies the maximum amount of data that may be transmitted before the
723session key will be renegotiated.
724The argument is the number of bytes, with an optional suffix of
725.Dq K ,
726.Dq M ,
727or
728.Dq G
729to indicate Kilobytes, Megabytes, or Gigabytes, respectively.
730The default is between
731.Dq 1G
732and
733.Dq 4G ,
734depending on the cipher.
735Note that this option applies to protocol version 2 only.
721.It Cm RemoteForward 736.It Cm RemoteForward
722Specifies that a TCP port on the remote machine be forwarded over 737Specifies that a TCP port on the remote machine be forwarded over
723the secure channel to the specified host and port from the local machine. 738the secure channel to the specified host and port from the local machine.