-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Critical
-
Component/s: ssh-agent-plugin
-
Environment:Slave is windows 10. Private Key is ed25519.
- Create public and private keys.
ssh-keygen -t ed25519 -C mymail@mail.com
got 2 files: id_ed25519, id_ed25519.pub
- Add id_ed25519.pub to SSH Keys of git.Â
- Create a credential ID.

- Use it for our Job and we could not visit git.Â

- Â As a hint, when we use git 2.36.1, it shows Permission denied (publickey). But when we use git 2.21.0, it shows invalid format for private key.Â