fnichol / chef-user

A convenient Chef LWRP to manage user accounts and SSH keys
http://fnichol.github.io/chef-user
222 stars 133 forks source link

SSH key encryption choice (RSA or DSA) #76

Open hulu1522 opened 10 years ago

hulu1522 commented 10 years ago

It would be really nice if we could specify what type of key to generate. Not all programs allow a DSA key so having the option to generate a RSA key would be great! Thanks.

leonardteo commented 8 years ago

Hi, any possibility of this being addressed? OpenSSH 7.0 disables ssh-dss keys by default now. https://www.gentoo.org/support/news-items/2015-08-13-openssh-weak-keys.html

theckman commented 7 years ago

@hulu1522 @leonardteo going to work on tackling this very soon.

theckman commented 7 years ago

Alternatively, if someone has some time to work on a PR for this in the meantime I'd be very happy to help review it and publish a release.