-
Notifications
You must be signed in to change notification settings - Fork 722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web SSH key setting only accepts RSA keys #2720
Comments
Do you know if any other types of keys are accepted? |
Now that you mention it, I think they support ecdsa too. It you try to enter an invalid key on the website, it'll list the allowed types.
|
'ssh-rsa', 'ssh-dss', 'ecdsa-sha2-nistp256', 'ecdsa-sha2-nistp384', or 'ecdsa-sha2-nistp521' |
for addon: ssh_known_hosts travis-ci/travis-build/pull/485 |
Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically closing the issue. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please do feel free to either reopen this issue or open a new one. We'll gladly take a look again! You can read more here: https://blog.travis-ci.com/2018-03-09-closing-old-issues |
We should also allow DSA keys to be set, since GitHub allows for those as well. I think all that is needed for this is to somehow add this to the validation logic on the API.
The text was updated successfully, but these errors were encountered: