mattwynne / ssh-forever

Smooth password-less SSH setup
MIT License
90 stars 9 forks source link

Add support for DSA default keys in addition to RSA. #9

Open jimeh opened 13 years ago

jimeh commented 13 years ago

Myself I use DSA keys rather than the older RSA keys. But ssh-forever only looks for ~/.ssh/id_rsa.pub, while it should also be checking for ~/.ssh/id_dsa.pub :)

mattwynne commented 13 years ago

I'll accept a simple patch.