enonic / app-gitpull

Application that pulls git repositories to server.
Apache License 2.0
0 stars 1 forks source link

Doc update required #86

Closed danhul closed 1 year ago

danhul commented 1 year ago

Access to gihub repository is no more allowed with newly created RSA keys that use SHA-1 signature.

In the Readme file the example ssh-keygen command generates RSA keys with the defauls SHA1 signature. Can you update the example command. For example ecdsa keys with 256 key length are acceptable in Github and git pull also works with that.

ssh-keygen -t ecdsa -b 256 -m PEM