jenkinsci / jenkinsci/ssh-agent-plugin
[JENKINS-69264] [ssh-agent] Use SSH Host Key verification strategies from git-client-plugin
- Dominant language
- Java
- Stars
- 63
- Forks
- 81
- Avg merge
- 5h 36m
- Merged PRs (30d)
- 9
Description
https://plugins.jenkins.io/git-client/#plugin-content-ssh-host-key-verification is incredibly useful in pipelines.
The ssh-agent-plugin doesn't take advantage of it however. It would be great if it could. That would reduce the need to inject ~/.ssh/known_hosts for Git operations within sshagent pipeline steps.
---
Originally reported by paybas, imported from: [ssh-agent] Use SSH Host Key verification strategies from git-client-plugin
Raw content of original issue
https://plugins.jenkins.io/git-client/#plugin-content-ssh-host-key-verification is incredibly useful in pipelines.
The ssh-agent-plugin doesn't take advantage of it however. It would be great if it could. That would reduce the need to inject ~/.ssh/known_hosts for Git operations within sshagent pipeline steps.
Contributor guide
Assessment
This issue has not been assessed yet.