You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Operating System are you using (both controller, and any agents involved in the problem)?
Ubuntu 18.04.2 LTS
Reproduction steps
After updating Jenkins from 2.361.4 to version 2.387.3 AND Publish Over SSH plugin from 1.22 to 1.24
My ssh connexions to servers that have ubuntu 14.04.6 LTS OS stopped working
Expected Results
Connexion Success
Actual Results
jenkins.plugins.publish_over.BapPublisherException: Failed to connect and initialize SSH connection. Message: [Failed to connect session for config [My Server]. Message [Auth fail for methods 'publickey,password']]
/var/log/auth.log :
May 17 01:18:11 sshd[5951]: userauth_pubkey: unsupported public key algorithm: rsa-sha2-512 [preauth]
May 17 01:18:11 sshd[5951]: userauth_pubkey: unsupported public key algorithm: rsa-sha2-256 [preauth]
May 17 01:18:11 sshd[5951]: error: Received disconnect from [private_IP]: 3: com.jcraft.jsch.JSchException: Auth fail for methods 'publickey,password' [preauth]
Anything else?
using the same key, i can connect from the server that hosts Jenkins getting this logs :
/var/log/auth.log :
May 17 01:22:19 sshd[9871]: Accepted publickey for [user] from [IP] port [port] ssh2: RSA ...
May 17 01:22:19 sshd[9871]: pam_unix(sshd:session): session opened for user [user] by (uid=0)
The text was updated successfully, but these errors were encountered:
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Ubuntu 18.04.2 LTS
Reproduction steps
After updating Jenkins from 2.361.4 to version 2.387.3 AND Publish Over SSH plugin from 1.22 to 1.24
My ssh connexions to servers that have ubuntu 14.04.6 LTS OS stopped working
Expected Results
Connexion Success
Actual Results
jenkins.plugins.publish_over.BapPublisherException: Failed to connect and initialize SSH connection. Message: [Failed to connect session for config [My Server]. Message [Auth fail for methods 'publickey,password']]
/var/log/auth.log :
May 17 01:18:11 sshd[5951]: userauth_pubkey: unsupported public key algorithm: rsa-sha2-512 [preauth]
May 17 01:18:11 sshd[5951]: userauth_pubkey: unsupported public key algorithm: rsa-sha2-256 [preauth]
May 17 01:18:11 sshd[5951]: error: Received disconnect from [private_IP]: 3: com.jcraft.jsch.JSchException: Auth fail for methods 'publickey,password' [preauth]
Anything else?
using the same key, i can connect from the server that hosts Jenkins getting this logs :
/var/log/auth.log :
May 17 01:22:19 sshd[9871]: Accepted publickey for [user] from [IP] port [port] ssh2: RSA ...
May 17 01:22:19 sshd[9871]: pam_unix(sshd:session): session opened for user [user] by (uid=0)
The text was updated successfully, but these errors were encountered: