We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Public SSH keys are checked when added via IM Dashboard: https://im.egi.eu/im-dashboard/ssh_keys
Following:
https://github.com/grycap/im-dashboard/blob/v2.5.6/app/ssh_key.py#L80
It looks like only public SSH keys of type RSA are supported?
If yes, could this be specified as help text in the form to add the SSH key to IM Dashboard?
Thanks to @maikenp for reporting.
Best regards, Sebastian
The text was updated successfully, but these errors were encountered:
We will improve the SSH key validation to support another formats.
Sorry, something went wrong.
Improve SSH key validation: #549
d33d6d5
Support for other formats added. It is available in the devel instance.
Tested it and it works, many thanks!
micafer
No branches or pull requests
Hi,
Public SSH keys are checked when added via IM Dashboard: https://im.egi.eu/im-dashboard/ssh_keys
Following:
https://github.com/grycap/im-dashboard/blob/v2.5.6/app/ssh_key.py#L80
It looks like only public SSH keys of type RSA are supported?
If yes, could this be specified as help text in the form to add the SSH key to IM Dashboard?
Thanks to @maikenp for reporting.
Best regards,
Sebastian
The text was updated successfully, but these errors were encountered: