-
Bug
-
Resolution: Not A Defect
-
Major
-
None
-
SSH Agent Plugin 1.15
SSH Credentials Plugin 1.14
Git plugin 3.9.1
Jenkins ver. 2.121.1
ssh-keygen from openssh 7.7p1-1
Hello.
If ssh credentials used with a passphrase, then Jenkins unable to fetch anything from the remote repo.
Step to reproduce:
- Create a key with passphrase `ssh-keygen -b 2048 -t rsa -f test_rsa`
- Add credentials 'SSH Username with private key' from the previous step
- Add repo on git with access by the key
- Create freestyle project with ssh git source and using credentials
Result: - Remove passphrase from the key with `ssh-keygen -pf test_rsa`
- Edit credentials regarding
- Try to fetch the source code again
Result:
I would like to give any necessary additional information.