-
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
fails to connect to ec2 if ip/host is not in known_hosts entry #38
Comments
@JigarJoshi Try running kitchen with the -l debug flags and if/when it fails again check the log file (as recommended) and search on SSH for hints. I've experienced this failure only when I either spec'd the wrong key in the .kitchen.yml config √, spec'd the AWS ssh key name, |
@zerowolfgang verified permission on key is correct, path to key is correct, I can ssh to instance using same key, also
|
@JigarJoshi by chance - are you using relative keys? Can you post your |
And the output of |
@sethvargo Thanks, here is more detail
and
|
Dupe of test-kitchen/test-kitchen#389 |
Not sure I agree that this is the same issue as supporting relative ssh keys. Mine has absolute in the rendered:
I still see this issue on the first run of converge. I tried setting
and I still have the same issue. |
I take back my previous statement. or more specifically having the value of
took care of the issues for me |
it startsup ec2 instance when it attempts to ssh into it, it fails with
before it attempts if I manually install entry in
known_hosts
list it goes furtherThe text was updated successfully, but these errors were encountered: