jenkinsci / jenkinsci/ssh-credentials-plugin
[JENKINS-60215] Show ssh public keys in ssh key editing ui
- Dominant language
- Java
- Stars
- 25
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
- visit http://jenkins/credentials/store/system/domain/_/
- click the wrench for a SSH Username with private key item
Actual results:
- Scope
- ID
- Description
- Username
- Private Key
- Enter directly
- Key Concealed for Confidentiality [Replace]
- Passphrase
Expected results:
Private Key should be Key, and under Enter directly, there should be a Public Key showing the current calculated Public Key. The item currently labeled as Key should be renamed Private Key.
See also JENKINS-56940">JENKINS-56940
---
Originally reported by jsoref, imported from: Show ssh public keys in ssh key editing ui
Raw content of original issue
- visit http://jenkins/credentials/store/system/domain/_/
- click the wrench for a SSH Username with private key item
Actual results:
- Scope
- ID
- Description
- Username
- Private Key
- Enter directly
- Key Concealed for Confidentiality [Replace]
- Passphrase
Expected results:
Private Key should be Key, and under Enter directly, there should be a Public Key showing the current calculated Public Key. The item currently labeled as Key should be renamed Private Key.
See also JENKINS-56940
Contributor guide
Assessment
This issue has not been assessed yet.