NTTLimitedRD / plumbery

Cloud automation at Dimension Data with Apache Libcloud
Apache License 2.0
14 stars 9 forks source link

[WIP] SSH private keys should be discovered earlier #41

Open tonybaloney opened 8 years ago

tonybaloney commented 8 years ago

When deploying you get error

Error: unable to prepare 'kubernetes01' at '168.128.53.130'!
08:54:45 [Errno 2] No such file or directory: '/Users/anthonyshaw/.ssh/id_rsa'

If ssh private key doesn't exist.

System should check this much earlier (before deploying) and say to run ssh-keygen -t rsa -b 4096 -C <your email@c.com>

bernard357 commented 7 years ago

Agreed, will work on this for next release. Thanks