mirror of git://anongit.mindrot.org/openssh.git
- stevesk@cvs.openbsd.org 2002/09/27 15:46:21
[ssh.1] clarify compression level protocol 1 only; ok markus@ deraadt@
This commit is contained in:
parent
e9264973ad
commit
d8769625fb
|
@ -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 $
|
||||
|
|
4
ssh.1
4
ssh.1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue