Home > Mobile >  Which plugins could replace publish-over-ssh from jenkins?
Which plugins could replace publish-over-ssh from jenkins?

Time:01-26

At the latest jenkins version 2.331, publish-over-ssh has been suspended in conjunction with the publication of a security advisory announcing unresolved security issues.

Official website notice

I can not search out the plugin of publish-over-ssh in Jenkins Plugin Manager

Is there any plugins to replace publish-over-ssh?

Any help is much appreciated.

CodePudding user response:

In Jenkins there is a general SSH Plugin. You can try that. The "Publish over SSH" is the old plugin and is deprecated.

https://plugins.jenkins.io/ssh/

When you look under plugins you should find it.

  •  Tags:  
  • Related