[erlang-patches] Add support for "zlib@REDACTED" compression (SSH)

Louis-Philippe Gauthier lpgauth@REDACTED
Thu Jun 20 07:59:29 CEST 2013


Hi,

I added support for "zlib@REDACTED" compression type for ssh transports.

http://tools.ietf.org/html/draft-miller-secsh-compression-delayed-00

e.g.
1> application:start(crypto).
ok
2> application:start(asn1).
ok
3> application:start(public_key).
ok
3> application:start(ssh).
ok
4> ssh:connect("38.71.4.132", 22, [{compression, openssh_zlib}]).
{ok,<0.57.0>}

Here's the branch / patch:

git fetch git://github.com/lpgauth/otp.git openssh_zlib
https://github.com/lpgauth/otp/compare/maint...openssh_zlib.patch

LP
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-patches/attachments/20130620/108b6e8a/attachment.htm>


More information about the erlang-patches mailing list