summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh_config.5
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-01-20 11:21:46 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-01-20 11:21:46 +0000
commit270ff8315375b4127ce4a60b66c873dca0ba7ffa (patch)
tree0710a390e148fbf9247933953d732ba32f7ab895 /usr.bin/ssh/ssh_config.5
parente4e95f08712d315b9d6ab0808cc0226987200439 (diff)
- word change, agreed w/ markus
- consistency fixes
Diffstat (limited to 'usr.bin/ssh/ssh_config.5')
-rw-r--r--usr.bin/ssh/ssh_config.512
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5
index 790c9b20455..5c94ffc9cdb 100644
--- a/usr.bin/ssh/ssh_config.5
+++ b/usr.bin/ssh/ssh_config.5
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh_config.5,v 1.75 2006/01/20 00:14:55 dtucker Exp $
+.\" $OpenBSD: ssh_config.5,v 1.76 2006/01/20 11:21:45 jmc Exp $
.Dd September 25, 1999
.Dt SSH_CONFIG 5
.Os
@@ -720,19 +720,19 @@ The default is
This option applies to protocol version 2 only.
.It Cm RekeyLimit
Specifies the maximum amount of data that may be transmitted before the
-session key will be renegotiated.
+session key is renegotiated.
The argument is the number of bytes, with an optional suffix of
-.Dq K ,
-.Dq M ,
+.Sq K ,
+.Sq M ,
or
-.Dq G
+.Sq G
to indicate Kilobytes, Megabytes, or Gigabytes, respectively.
The default is between
.Dq 1G
and
.Dq 4G ,
depending on the cipher.
-Note that this option applies to protocol version 2 only.
+This option applies to protocol version 2 only.
.It Cm RemoteForward
Specifies that a TCP port on the remote machine be forwarded over
the secure channel to the specified host and port from the local machine.