martezr / packer-provisioner-puppet-bolt

Packer Puppet Bolt Local Provisioner
Apache License 2.0
11 stars 3 forks source link

SSH can not settle on compression_client algorithm #15

Open op-ct opened 3 years ago

op-ct commented 3 years ago

Is there a way to configure the server or client's compression_client algorithm? I'm getting errors like this:

    virtualbox-iso: Failed on ssh://127.0.0.1:37840:
    virtualbox-iso:   Failed to connect to ssh://127.0.0.1:37840: could not settle on compression_client algorithm
    virtualbox-iso:   Server compression_client preferences: none
    virtualbox-iso:   Client compression_client preferences: zlib@openssh.com,zlib 
    virtualbox-iso: Failed on 1 target: ssh://127.0.0.1:37840                                                                       
martezr commented 3 years ago

@op-ct Additional arguments can be passed to Bolt via the extra_arguments parameter if there are known Bolt parameters that work with virtual box. Based upon a quick google search it appears that disabling compression might work.