Stig Sandbeck Mathisen reported:
SSH now supports additional key types. From the sshd man page (openssh
version 5.8p1 on ubuntu):
For protocol version 2 the keytype is “ecdsa-sha2-nistp256”,
“ecdsa-sha2-nistp384”, “ecdsa-sha2-nistp521”, “ssh-dss” or
“ssh-rsa”.
The puppet ssh_authorized_key and sshkey types only support “ssh-dss”
and “ssh-rsa”.
First patch adds the new types to ssh_authorized_key, second patch adds
the new types to sshkey.
-Stefan
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" 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-dev?hl=en.