jenkinsci / publish-over-ssh-plugin

https://plugins.jenkins.io/publish-over-ssh/
113 stars 151 forks source link

jenkins.plugins.publish_over.BapPublisherException #342

Open skatta3 opened 2 months ago

skatta3 commented 2 months ago

What feature do you want to see added?

When I am trying to connect Remote Server Using SSH, I am getting below Error

jenkins.plugins.publish_over.BapPublisherException: Failed to connect and initialize SSH connection. Message: [Failed to connect session for config [Docker]. Message [Auth fail for methods 'publickey']]

Upstream changes

No response

Are you interested in contributing this feature?

No response

xinyu233-cn commented 2 months ago

Try this on your Remote Server: sudo yum -y upgrade openssh sudo systemctl restart sshd The version of openssh on your remote server may be too low to recognize the key signature of your jenkins plugin.

skatta3 commented 1 month ago

This is not working