What are the downsides to this bash script for SSH keys? (github.com) 3 points by ashleyhindle 10y ago ↗ HN
[–] jlgaddis 10y ago ↗ In the "Download" section of your README, one "downside" is the use of plain-text HTTP.I'd probably throw in some checks for the return code given by curl.Also, while I can't speak for the other applications, Ansible has this feature built-in. [–] ashleyhindle 10y ago ↗ Thanks for your input. I didn't realise Ansible had added that in 1.9, that's really awesome.
[–] ashleyhindle 10y ago ↗ Thanks for your input. I didn't realise Ansible had added that in 1.9, that's really awesome.
3 comments
[ 345 ms ] story [ 2971 ms ] threadI'd probably throw in some checks for the return code given by curl.
Also, while I can't speak for the other applications, Ansible has this feature built-in.