Test-Kitchen 1.9.2 Released

Trouble with scp under 1.9?

1.9.2 brings a new configuration setting for the ssh transport. max_ssh_sessions can set the maximum number of sessions that’ll be used to asynchronously upload your sandbox content. It defaults to 9, which is one below the common default value of 10 concurrent ssh sessions from a user, so should just work out of the box.

v1.9.2 (2016-06-09)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Message: SCP upload failed (open failed (1)) #1035