PowerShell / Win32-OpenSSH

Win32 port of OpenSSH
7.2k stars 739 forks source link

Add SSH server compression support #2224

Closed Forum1877621 closed 1 month ago

Forum1877621 commented 2 months ago

Summary of the new feature / enhancement

It looks like SSH server compression is not supported, will this be added at some point?

https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_server_configuration#configuration-arguments

Proposed technical implementation details (optional)

Add SSH server compression option and allow it to be configured

tgauth commented 2 months ago

@Forum1877621 thanks for opening an issue - it looks like our documentation on this is out of date!

ZLib is used for compression within Win32-OpenSSH since v8.1.

When initiating a connection via the ssh client, add -C to turn on compression.

Forum1877621 commented 1 month ago

I'll close this, it looks like the docs were updated