diff options
author | Damien Miller <djm@mindrot.org> | 2002-09-30 04:00:55 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-09-30 04:00:55 +0200 |
commit | d8769625fba2c08e9eae81d225bba58427196c5a (patch) | |
tree | 818e554cf9bbb40dc856455686692c54a9a994ed | |
parent | - (djm) OpenBSD CVS Sync (diff) | |
download | openssh-d8769625fba2c08e9eae81d225bba58427196c5a.tar.xz openssh-d8769625fba2c08e9eae81d225bba58427196c5a.zip |
- 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 @@ [compat.c compat.h sshd.c] add a generic match for a prober, such as sie big brother; idea from stevesk@; markus@ ok + - stevesk@cvs.openbsd.org 2002/09/27 15:46:21 + [ssh.1] + clarify compression level protocol 1 only; ok markus@ deraadt@ 20020927 - (djm) OpenBSD CVS Sync @@ -743,4 +746,4 @@ save auth method before monitor_reset_key_state(); bugzilla bug #284; ok provos@ -$Id: ChangeLog,v 1.2487 2002/09/30 01:59:21 djm Exp $ +$Id: ChangeLog,v 1.2488 2002/09/30 02:00:55 djm Exp $ @@ -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.1,v 1.166 2002/09/12 19:50:36 stevesk Exp $ +.\" $OpenBSD: ssh.1,v 1.167 2002/09/27 15:46:21 stevesk Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -580,7 +580,7 @@ and the .Dq level can be controlled by the .Cm CompressionLevel -option. +option for protocol version 1. Compression is desirable on modem lines and other slow connections, but will only slow down things on fast networks. The default value can be set on a host-by-host basis in the |