jenkinsci / jenkinsci/ssh-credentials-plugin
[JENKINS-67886] WARNING com.trilead.ssh2.crypto.PEMDecoder decode
- Dominant language
- Java
- Stars
- 25
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
We get this log very often:
WARNING com.trilead.ssh2.crypto.PEMDecoder decode
com.trilead.ssh2.cryptoPEMDecoder.decode method is deprecated, use com.trilead.ssh2.cryptoPEMDecoder.decodeKeyPair instead.
I suspect it is through the SCM polling events. I've tried switching to RSA keys for my svn+ssh setup but get the same logs.
Ideas?
---
Originally reported by channyboy, imported from: WARNING com.trilead.ssh2.crypto.PEMDecoder decode
jvz
Raw content of original issue
We get this log very often:
WARNING com.trilead.ssh2.crypto.PEMDecoder decode
com.trilead.ssh2.cryptoPEMDecoder.decode method is deprecated, use com.trilead.ssh2.cryptoPEMDecoder.decodeKeyPair instead.I suspect it is through the SCM polling events. I've tried switching to RSA keys for my svn+ssh setup but get the same logs.
Ideas?
- environment:
Docker LTS Jenkins 2.319.3 subversion rsa
Contributor guide
Assessment
This issue has not been assessed yet.