-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing aws_secret_access_key causes quiet timeout #155
Comments
@fnichol Is there a valid reason we're catching |
@huntertj I think you're talking about the
Your example seems to indicate that your transport Can you validate that your Or were you only showing |
We also purposefully retry on the You can specify transport:
max_wait_until_ready: 60 # default is 600 In your |
I was incorrect in my original description, I'm talking about if I make a mistake and set ssh_key to something that does not exist kitchen-ec2 doesn't tell me its missing and I just get this on the screen. It would be nice to see somewhere that my file c:/dev/local-preprod-keypair-does-not-exist.pem Waiting for SSH service on 10.227.53.87:22, retrying in 3 seconds
Waiting for SSH service on 10.227.53.87:22, retrying in 3 seconds transport:
ssh_key: c:/dev/local-preprod-keypair-does-not-exist.pem |
@huntertj Okay, I understand now - I refiled this issue under Test Kitchen (which is where the base SSH transport is configured) because I think the fix will occur there. Thanks for the report! |
when specifying an invalid aws_secret_access_key file the kitchen-ec2 driver continues trying to connect not recognizing the SSH::AuthenticationFailed error. Same quiet on any Authentication error I believe.
The text was updated successfully, but these errors were encountered: