platform9 / ssh-provider

SSH Machine Controller for the Cluster API
11 stars 4 forks source link

Define timeout for SSH requests #1

Open dlipovetsky opened 6 years ago

dlipovetsky commented 6 years ago

See https://godoc.org/golang.org/x/crypto/ssh#ClientConfig Timeout field.

sarun87 commented 6 years ago

ssh-provider needs to handle premature command failures on the node side (say kubeadm init) gracefully. If the Timeout field does not satisfy this requirement, we can create a separate issue for this.