diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 12 |
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 | |||
720 | This option applies to protocol version 2 only. | 720 | This option applies to protocol version 2 only. |
721 | .It Cm RekeyLimit | 721 | .It Cm RekeyLimit |
722 | Specifies the maximum amount of data that may be transmitted before the | 722 | Specifies the maximum amount of data that may be transmitted before the |
723 | session key will be renegotiated. | 723 | session key is renegotiated. |
724 | The argument is the number of bytes, with an optional suffix of | 724 | The argument is the number of bytes, with an optional suffix of |
725 | .Dq K , | 725 | .Sq K , |
726 | .Dq M , | 726 | .Sq M , |
727 | or | 727 | or |
728 | .Dq G | 728 | .Sq G |
729 | to indicate Kilobytes, Megabytes, or Gigabytes, respectively. | 729 | to indicate Kilobytes, Megabytes, or Gigabytes, respectively. |
730 | The default is between | 730 | The default is between |
731 | .Dq 1G | 731 | .Dq 1G |
732 | and | 732 | and |
733 | .Dq 4G , | 733 | .Dq 4G , |
734 | depending on the cipher. | 734 | depending on the cipher. |
735 | Note that this option applies to protocol version 2 only. | 735 | This option applies to protocol version 2 only. |
736 | .It Cm RemoteForward | 736 | .It Cm RemoteForward |
737 | Specifies that a TCP port on the remote machine be forwarded over | 737 | Specifies that a TCP port on the remote machine be forwarded over |
738 | the secure channel to the specified host and port from the local machine. | 738 | the secure channel to the specified host and port from the local machine. |