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
If you leave the username out from the ec2 driver configuration, the following non-helpful error message could result:
[SSH] connection failed, retrying in 1 seconds (#<Net::SSH::AuthenticationFailed: Authentication failed for user #<Proc:0x00000004302470@.../ec2.rb:54>@REDACTED>
The documentation states that the default login name is "root" but that doesn't appear to result here.
This is test-kitchen 0.8.0 BTW.
The text was updated successfully, but these errors were encountered:
@tyler-ball@mfischer-zd
I have successfully tested today. If username is not specified - "root" user is used by default.
kitchen (1.4.0) / kitchen-ec2 (0.9.0).
If you leave the username out from the ec2 driver configuration, the following non-helpful error message could result:
The documentation states that the default login name is "root" but that doesn't appear to result here.
This is test-kitchen 0.8.0 BTW.
The text was updated successfully, but these errors were encountered: