Closed sebastian-luna-valero closed 6 months ago
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
We will improve the SSH key validation to support another formats.
Support for other formats added. It is available in the devel instance.
Tested it and it works, many thanks!
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