chef-cookbooks / ssh_known_hosts

Development repository for Chef Cookbook ssh_known_hosts
https://supermarket.chef.io/cookbooks/ssh_known_hosts
Apache License 2.0
72 stars 77 forks source link

Add support for ECDSA and ED25519 keys #51

Closed josacar closed 8 years ago

josacar commented 8 years ago

Description

Adds suport for ed25519 and ecdsa elliptic curve host keys as they are safer and shorter.

Development tasks

josacar commented 8 years ago

@tas50 Let me know if anything can be fixed or improved

iennae commented 8 years ago

HI @josacar, This looks pretty solid. The one thing is that it's still using the partial_search functionality from the partial_search cookbook. I'm going to go ahead and accept this, but if you have time and are willing could you investigate eliminating that dependency in a future PR? Thanks so much for your contribution.