Issue #9830 has been updated by Pieter Lexis.
Signed it. ---------------------------------------- Feature #9830: Support Elliptic Curve SSH keys (patch included) https://projects.puppetlabs.com/issues/9830 Author: Pieter Lexis Status: Requires CLA to be signed Priority: Normal Assignee: Ken Barber Category: library Target version: 1.6.x Keywords: ssh, ecdsa Branch: https://github.com/puppetlabs/facter/pull/72 Affected Facter version: 1.6.1 >From version 5.7 onward, openssh has support for elliptic curve DSA keys. I've added a fact for this keytype to the facter master branch (https://github.com/pieterlexis/facter/tree/sshecdsakey). The fact works, but will probably need a unit test or something. Pull request is on the way. `$ RUBYLIB=./lib ruby bin/facter | grep sshec` `sshecdsakey => AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBEzz8Any0i4XKOayFsTB9NkrRA8bDv/jQdEdfTyfxFtr2Qpj5M39SuzxW5oH+WjClYC5V6/pLWXKwBW6Bi3//4=` -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
