You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use test kitchen for the first time and I'm working with the docker driver. I've run into an issue where the kitchen create command is stuck waiting on SSH forever. I am using kitchen v1.24.
This is the error I get (with debug logging):
D [SSH] opening connection to kitchen@localhost<{:user_known_hosts_file=>"/dev/null", :port=>32772, :compression=>false, :compression_level=>0, :keepalive=>true, :keepalive_interval=>60, :timeout=>15, :keys_only=>true, :keys=>["/***mydir***/.kitchen/docker_id_rsa"], :auth_methods=>["publickey"], :verify_host_key=>false, :logger=>#<Logger:0x0000000005635880 @level=4, @progname=nil, @default_formatter=#<Logger::Formatter:0x00000000056357e0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000000005635790 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<IO:<STDERR>>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x0000000005635740>>>, :password_prompt=>#<Net::SSH::Prompt:0x00000000056356f0>, :user=>"kitchen"}>
D [SSH] connection failed (#<Errno::ECONNRESET: Connection reset by peer>)
Waiting for SSH service on localhost:32772, retrying in 3 seconds
Hi,
I am trying to use test kitchen for the first time and I'm working with the docker driver. I've run into an issue where the
kitchen create
command is stuck waiting on SSH forever. I am using kitchen v1.24.This is the error I get (with debug logging):
This is my .kitchen.yml:
When I test the SSH using
ssh -v -i .kitchen/docker_id_rsa kitchen@localhost -p 32772
, I get into the container with no issue.The text was updated successfully, but these errors were encountered: