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
Work around:
add system("ssh-keygen -f ~/.ssh/known_hosts -R vm_ip") line at driver.rb file line number 478.
So it clears knows_hosts file entry signature before ssh login to new instance.
The text was updated successfully, but these errors were encountered:
Versions:
Scenario:
Reusing ip address to vms
Steps to Reproduce:
kitchen create mutiple times reuses IP address
Expected Result:
kitchen create should success
Actual Result:
IP addresses found: repeating forerver
Work around:
add system("ssh-keygen -f ~/.ssh/known_hosts -R vm_ip") line at driver.rb file line number 478.
So it clears knows_hosts file entry signature before ssh login to new instance.
The text was updated successfully, but these errors were encountered: