WolframResearch / GitLink

Git integration for the Wolfram Language
Other
116 stars 21 forks source link

Recognize ED25519 keys for automated $GitCredentialsFile config #14

Closed gdelfino closed 1 year ago

gdelfino commented 1 year ago

Look for ED25519 key in the .ssh directory when auto configuring $GitCredentialsFile

In GitLab documentation they list ED25519 as the "preferred" type of key over DSA and RSA.

jfultz commented 1 year ago

Thank you for the contribution! I was somehow unaware of ed25519...instead just using huge RSA keys to deal with security issues. 😛