diff options
author | Damien Miller <djm@mindrot.org> | 2002-09-30 12:00:55 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-09-30 12:00:55 +1000 |
commit | d8769625fba2c08e9eae81d225bba58427196c5a (patch) | |
tree | 818e554cf9bbb40dc856455686692c54a9a994ed | |
parent | e9264973ad26e4ee2acebf01126e28a712cca2a8 (diff) |
- stevesk@cvs.openbsd.org 2002/09/27 15:46:21
[ssh.1]
clarify compression level protocol 1 only; ok markus@ deraadt@
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh.1 | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -6,6 +6,9 @@ | |||
6 | [compat.c compat.h sshd.c] | 6 | [compat.c compat.h sshd.c] |
7 | add a generic match for a prober, such as sie big brother; | 7 | add a generic match for a prober, such as sie big brother; |
8 | idea from stevesk@; markus@ ok | 8 | idea from stevesk@; markus@ ok |
9 | - stevesk@cvs.openbsd.org 2002/09/27 15:46:21 | ||
10 | [ssh.1] | ||
11 | clarify compression level protocol 1 only; ok markus@ deraadt@ | ||
9 | 12 | ||
10 | 20020927 | 13 | 20020927 |
11 | - (djm) OpenBSD CVS Sync | 14 | - (djm) OpenBSD CVS Sync |
@@ -743,4 +746,4 @@ | |||
743 | save auth method before monitor_reset_key_state(); bugzilla bug #284; | 746 | save auth method before monitor_reset_key_state(); bugzilla bug #284; |
744 | ok provos@ | 747 | ok provos@ |
745 | 748 | ||
746 | $Id: ChangeLog,v 1.2487 2002/09/30 01:59:21 djm Exp $ | 749 | $Id: ChangeLog,v 1.2488 2002/09/30 02:00:55 djm Exp $ |
@@ -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.1,v 1.166 2002/09/12 19:50:36 stevesk Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.167 2002/09/27 15:46:21 stevesk Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -580,7 +580,7 @@ and the | |||
580 | .Dq level | 580 | .Dq level |
581 | can be controlled by the | 581 | can be controlled by the |
582 | .Cm CompressionLevel | 582 | .Cm CompressionLevel |
583 | option. | 583 | option for protocol version 1. |
584 | Compression is desirable on modem lines and other | 584 | Compression is desirable on modem lines and other |
585 | slow connections, but will only slow down things on fast networks. | 585 | slow connections, but will only slow down things on fast networks. |
586 | The default value can be set on a host-by-host basis in the | 586 | The default value can be set on a host-by-host basis in the |