jenkinsci / publish-over-ssh-plugin

https://plugins.jenkins.io/publish-over-ssh/
117 stars 150 forks source link

Error using an intermediate host #242

Open HaziFlorinMarian opened 2 years ago

HaziFlorinMarian commented 2 years ago

Architecture: Jenkins installed on server A is trying to connect to server B which has public IP 46.X.X.X and internal IP 192.168.98.181.

The public IP has the SSH on port 221 and the internal one on port 22.

Using the settings in the screenshots below when I test the connection in the control panel it connects successfully but when I try to do the same thing in a job, it doesn't work and returns the error below:

Zhanjiabin commented 2 years ago

hey man,i have a same problem,do you solve it?