Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PasswordAuthentication=no to first ssh command in wait_for_ssh
It now newly sporadically happens that GCE instance just after creation requires SSH password authentication. We don't support this scenario and the password prompt blocks our terminal so the whole test dies. This is disabling the password authentication leaving us only key authentication which should be always available.
- Loading branch information