Skip to content

Allow SSH keys to be of type ecdsa rather than only rsa and dsa (which are slower, older, and weaker)

Matthias Käppler requested to merge github/fork/akiva/master into master

Created by: akiva

Update app/models/key.rb to permit SSH keys of type ecdsa rather than forcing dsa and rsa algorithms.

Merge request reports