summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.512
1 files changed, 6 insertions, 6 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 790c9b204..5c94ffc9c 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.75 2006/01/20 00:14:55 dtucker Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.76 2006/01/20 11:21:45 jmc 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
@@ -720,19 +720,19 @@ The default is
720This option applies to protocol version 2 only. 720This option applies to protocol version 2 only.
721.It Cm RekeyLimit 721.It Cm RekeyLimit
722Specifies the maximum amount of data that may be transmitted before the 722Specifies the maximum amount of data that may be transmitted before the
723session key will be renegotiated. 723session key is renegotiated.
724The argument is the number of bytes, with an optional suffix of 724The argument is the number of bytes, with an optional suffix of
725.Dq K , 725.Sq K ,
726.Dq M , 726.Sq M ,
727or 727or
728.Dq G 728.Sq G
729to indicate Kilobytes, Megabytes, or Gigabytes, respectively. 729to indicate Kilobytes, Megabytes, or Gigabytes, respectively.
730The default is between 730The default is between
731.Dq 1G 731.Dq 1G
732and 732and
733.Dq 4G , 733.Dq 4G ,
734depending on the cipher. 734depending on the cipher.
735Note that this option applies to protocol version 2 only. 735This option applies to protocol version 2 only.
736.It Cm RemoteForward 736.It Cm RemoteForward
737Specifies that a TCP port on the remote machine be forwarded over 737Specifies that a TCP port on the remote machine be forwarded over
738the 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.