Live data from Hacker News

What are the downsides to this bash script for SSH keys?

github.com

1–4 of 4 posts

Re: What are the downsides to this bash script for SSH keys?

#4
post #3

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.

Thanks for your input. I didn't realise Ansible had added that in 1.9, that's really awesome.