If you are using Chef and Test Kitchen to test your cookbooks you may have need to connect to the Test Kitchen VM in some other fashion other than $ kitchen login instance-name.
To do so:
Do a $ kitchen list to see the running vms
kitchen list
Instance Driver Provisioner Verifier Transport Last Action
default-centos-66 Vagrant ChefSolo Busser Ssh Converged
Then look in the .kitchen directory from where you ran your $ kitchen command and look for the corresponding → Continue reading “Connecting To a Test Kitchen Instance Via SFTP, SSH, or SCP”