metropolis-ameer commented on issue #24180:
URL: https://github.com/apache/superset/issues/24180#issuecomment-1992502987

   Answers:
   - It looks like it's still an issue based on what I see in the code, but 
don't know for certain as I haven't upgraded.
   - I wasn't aware of it in the documentation, I just ran into the issue and 
jumped into the code to find out why.
   - To me it is a bug because from the front end perspective, it accepts an 
SSH key, but doesn't state the RSA variety (again, based on when I last looked 
at this in SuperSet 2)
   
   Answers aside, it looks like it could be a relatively easy fix based on what 
I see here:
   https://github.com/apache/superset/blob/master/superset/extensions/ssh.py#L68
   
   Plus the fact that
   `paramiko.RSAKey.from_private_key_file` reads RSA keys
   `paramiko.Ed25519Key.from_private_key_file` reads ED25519 keys
   So many another elif based on the key type?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to