jenkinsci / jenkinsci/ssh-credentials-plugin
[JENKINS-72785] Add ability to generate an SSH private key
- Dominant language
- Java
- Stars
- 25
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
When adding an ssh credential with a key, the UI presents with a single option "Private key -> enter directly".
While it makes sense in a few cases to enter a key generated from somewhere else, far more useful would be for the key to be generated for you by ssh-credentials plugin.
This removes a step where an administrator needs to know more about the key generation process than they would like, and serves as a barrier to entry.
---
Originally reported by minfrin, imported from: Add ability to generate an SSH private key
jvz
Raw content of original issue
When adding an ssh credential with a key, the UI presents with a single option "Private key -> enter directly".
While it makes sense in a few cases to enter a key generated from somewhere else, far more useful would be for the key to be generated for you by ssh-credentials plugin.
This removes a step where an administrator needs to know more about the key generation process than they would like, and serves as a barrier to entry.
Contributor guide
Assessment
This issue has not been assessed yet.