dlech / KeeAgent

ssh agent plugin for KeePass 2.x
http://lechnology.com/software/keeagent
Other
522 stars 35 forks source link

Fix repository URLs for cloning #368

Closed egfx-notifications closed 1 year ago

egfx-notifications commented 1 year ago

GitHub has deactivated native git protocol in March 2022 (https://github.blog/changelog/2022-03-15-removed-unencrypted-git-protocol-and-certain-ssh-keys/)

dlech commented 1 year ago

How about using https instead of ssh?

egfx-notifications commented 1 year ago

How about using https instead of ssh?

Would be fine as well, I just thought that KeeAgent being a SSH-related plugin it would be more likely that potential contributors will have a working SSH connection to GitHub than a working HTTPS connection (which does not allow username/password authentication since https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations and requires creation of tokens instead)

dlech commented 1 year ago

Fair point. (Although no credentials are required to clone public repositories via https.)