Merge branch 'common-ssh'
This unifies all the builders so that they all wait for SSH using a common step available in builder/common. This common step has the best practices of every previously unique step, such as retrying SSH handshakes, limiting the number of SSH handshakes, timeouts, and so on.
Showing
builder/amazonebs/ssh.go
0 → 100644
builder/digitalocean/ssh.go
0 → 100644
builder/virtualbox/ssh.go
0 → 100644
builder/vmware/ssh.go
0 → 100644
Please register or sign in to comment