No release in over 3 years
Low commit activity in last 3 years
Additional Test kitchen transport using ssh and tar piping
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.4
~> 3.3

Runtime

 Project Readme

kitchen-transport-sshtar

Build Status Gem Version

This transport is based on piping native ssh (usually OpenSSH) and tar commands, so that all files are transferred as a single ssh stream providing dramatic performance improvements. This transport will only work with TK 1.4 and Linux/Unix like systems with mentioned binaries available in the PATH.

Only passwordless (using ssh key pair) communication is supported at the moment.

Recommended .kitchen.yml snippet to activate SSH-Tar transport

transport:
  name: sshtar
  compression: zlib
  compression_level: 9
  ssh_key: ~/.vagrant.d/insecure_private_key
  username: vagrant

Gemfile

gem 'kitchen-transport-sshtar'