|
Line
Link Here
|
| 0 |
-- openssh-4.1p1-orig/readconf.c 2005-03-14 13:08:12.000000000 +0100 |
0 |
++ openssh-4.1p1/readconf.c 2005-06-10 23:27:03.000000000 +0200 |
|
Lines 485-490
Link Here
|
| 485 |
} |
519 |
} |
| 486 |
if (*activep && *intptr == -1) |
520 |
if (*activep && *intptr == -1) |
| 487 |
*intptr = value; |
521 |
*intptr = value; |
|
|
522 |
if ((*intptr) < 4096) { |
| 523 |
verbose("adjusting RekeyLimit to minimum of 4k"); |
| 524 |
*intptr = 4096; |
| 525 |
} |
| 488 |
break; |
526 |
break; |
| 489 |
|
527 |
|
| 490 |
case oIdentityFile: |
528 |
case oIdentityFile: |
| 491 |
-- openssh-4.1p1-bricolage/ssh_config.5 2005-03-31 13:31:10.000000000 +0200 |
529 |
++ openssh-4.1p1/ssh_config.5 2005-06-16 17:09:06.000000000 +0200 |
|
Lines 625-630
Link Here
|
| 625 |
The default is |
625 |
The default is |
| 626 |
.Dq yes . |
626 |
.Dq yes . |
| 627 |
This option applies to protocol version 2 only. |
627 |
This option applies to protocol version 2 only. |
|
|
628 |
.It Cm RekeyLimit |
| 629 |
Specifies how much data may be transmitted before the session key has |
| 630 |
to be re-negotiated. The argument must be the number of bytes, with an |
| 631 |
optional postfix of |
| 632 |
.Dq K |
| 633 |
.Dq M |
| 634 |
.Dq G |
| 635 |
to indicate Kilo/Mega/Gigabytes. Minimum value is 4k, anything below |
| 636 |
is silently upped to 4k. |
| 637 |
The default is between |
| 638 |
.Dq 1G |
| 639 |
and |
| 640 |
.Dq 4G |
| 641 |
, depending on the Cipher. |
| 642 |
Note that this option applies to protocol version 2 only. |
| 628 |
.It Cm RemoteForward |
643 |
.It Cm RemoteForward |
| 629 |
Specifies that a TCP/IP port on the remote machine be forwarded over |
644 |
Specifies that a TCP/IP port on the remote machine be forwarded over |
| 630 |
the secure channel to the specified host and port from the local machine. |
645 |
the secure channel to the specified host and port from the local machine. |