Jenkins failed to establish SSH connection with the slave












0














I have been posting questions on jenkins installation and plugins, as i'm new to Jenkins.
I have been trying to connect the slave SSH to the Jenkins.
But couldn't establish connection between the host. its failing with the following error. I'm able to ssh the slave from master and master from slave. but not through GUI.
I'm using the latest version of JENKINS upgraded ssh-plugin
just to be sure.



the Jenkins server is running is Linux Ubuntu 14.04, with the NAT network. port forwarded for GUI from 8080->xxxx and ssh 22-> xxxx on the VM



SSHLauncher{host='xxx.xxx.x.xxx', port=xxxx, credentialsId='b67c41e6-5def- 
4873-bb43-3802a8a865ec', jvmOptions='', javaPath='', prefixStartSlaveCmd='',
suffixStartSlaveCmd='', launchTimeoutSeconds=210, maxNumRetries=10,
retryWaitTime=15,


sshHostKeyVerificationStrategy=hudson.plugins.sshslaves.verifiers.KnownHostsFileKeyVerificationStrategy, tcpNoDelay=true, trackCredentials=true}
[11/20/18 16:21:45] [SSH] Opening SSH connection to xxx.xxx.xxx.xxx:xxxx.
[11/20/18 16:21:45] [SSH] The SSH key presented by the remote host does not match the key saved in the Known Hosts file against this host. Connections to this host will be denied until the two keys match.
Key exchange was not finished, connection is closed.
java.io.IOException: There was a problem while connecting to ip_Address:port
at com.trilead.ssh2.Connection.connect(Connection.java:834)
at hudson.plugins.sshslaves.SSHLauncher.openConnection(SSHLauncher.java:1175)
at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:846)
at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:833)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Key exchange was not finished, connection is closed.
at com.trilead.ssh2.transport.KexManager.getOrWaitForConnectionInfo(KexManager.java:95)
at com.trilead.ssh2.transport.TransportManager.getConnectionInfo(TransportManager.java:237)
at com.trilead.ssh2.Connection.connect(Connection.java:786)
... 7 more
Caused by: java.io.IOException: The server hostkey was not accepted by the verifier callback
at com.trilead.ssh2.transport.KexManager.handleMessage(KexManager.java:548)
at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:790)
at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:502)
... 1 more
[11/20/18 16:21:45] Launch failed - cleaning up connection
[11/20/18 16:21:45] [SSH] Connection closed.


Appreciate any help in this. Found similar questions online, but the solutions suggested are not able to fix my problem.










share|improve this question



























    0














    I have been posting questions on jenkins installation and plugins, as i'm new to Jenkins.
    I have been trying to connect the slave SSH to the Jenkins.
    But couldn't establish connection between the host. its failing with the following error. I'm able to ssh the slave from master and master from slave. but not through GUI.
    I'm using the latest version of JENKINS upgraded ssh-plugin
    just to be sure.



    the Jenkins server is running is Linux Ubuntu 14.04, with the NAT network. port forwarded for GUI from 8080->xxxx and ssh 22-> xxxx on the VM



    SSHLauncher{host='xxx.xxx.x.xxx', port=xxxx, credentialsId='b67c41e6-5def- 
    4873-bb43-3802a8a865ec', jvmOptions='', javaPath='', prefixStartSlaveCmd='',
    suffixStartSlaveCmd='', launchTimeoutSeconds=210, maxNumRetries=10,
    retryWaitTime=15,


    sshHostKeyVerificationStrategy=hudson.plugins.sshslaves.verifiers.KnownHostsFileKeyVerificationStrategy, tcpNoDelay=true, trackCredentials=true}
    [11/20/18 16:21:45] [SSH] Opening SSH connection to xxx.xxx.xxx.xxx:xxxx.
    [11/20/18 16:21:45] [SSH] The SSH key presented by the remote host does not match the key saved in the Known Hosts file against this host. Connections to this host will be denied until the two keys match.
    Key exchange was not finished, connection is closed.
    java.io.IOException: There was a problem while connecting to ip_Address:port
    at com.trilead.ssh2.Connection.connect(Connection.java:834)
    at hudson.plugins.sshslaves.SSHLauncher.openConnection(SSHLauncher.java:1175)
    at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:846)
    at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:833)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:748)
    Caused by: java.io.IOException: Key exchange was not finished, connection is closed.
    at com.trilead.ssh2.transport.KexManager.getOrWaitForConnectionInfo(KexManager.java:95)
    at com.trilead.ssh2.transport.TransportManager.getConnectionInfo(TransportManager.java:237)
    at com.trilead.ssh2.Connection.connect(Connection.java:786)
    ... 7 more
    Caused by: java.io.IOException: The server hostkey was not accepted by the verifier callback
    at com.trilead.ssh2.transport.KexManager.handleMessage(KexManager.java:548)
    at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:790)
    at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:502)
    ... 1 more
    [11/20/18 16:21:45] Launch failed - cleaning up connection
    [11/20/18 16:21:45] [SSH] Connection closed.


    Appreciate any help in this. Found similar questions online, but the solutions suggested are not able to fix my problem.










    share|improve this question

























      0












      0








      0







      I have been posting questions on jenkins installation and plugins, as i'm new to Jenkins.
      I have been trying to connect the slave SSH to the Jenkins.
      But couldn't establish connection between the host. its failing with the following error. I'm able to ssh the slave from master and master from slave. but not through GUI.
      I'm using the latest version of JENKINS upgraded ssh-plugin
      just to be sure.



      the Jenkins server is running is Linux Ubuntu 14.04, with the NAT network. port forwarded for GUI from 8080->xxxx and ssh 22-> xxxx on the VM



      SSHLauncher{host='xxx.xxx.x.xxx', port=xxxx, credentialsId='b67c41e6-5def- 
      4873-bb43-3802a8a865ec', jvmOptions='', javaPath='', prefixStartSlaveCmd='',
      suffixStartSlaveCmd='', launchTimeoutSeconds=210, maxNumRetries=10,
      retryWaitTime=15,


      sshHostKeyVerificationStrategy=hudson.plugins.sshslaves.verifiers.KnownHostsFileKeyVerificationStrategy, tcpNoDelay=true, trackCredentials=true}
      [11/20/18 16:21:45] [SSH] Opening SSH connection to xxx.xxx.xxx.xxx:xxxx.
      [11/20/18 16:21:45] [SSH] The SSH key presented by the remote host does not match the key saved in the Known Hosts file against this host. Connections to this host will be denied until the two keys match.
      Key exchange was not finished, connection is closed.
      java.io.IOException: There was a problem while connecting to ip_Address:port
      at com.trilead.ssh2.Connection.connect(Connection.java:834)
      at hudson.plugins.sshslaves.SSHLauncher.openConnection(SSHLauncher.java:1175)
      at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:846)
      at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:833)
      at java.util.concurrent.FutureTask.run(FutureTask.java:266)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
      at java.lang.Thread.run(Thread.java:748)
      Caused by: java.io.IOException: Key exchange was not finished, connection is closed.
      at com.trilead.ssh2.transport.KexManager.getOrWaitForConnectionInfo(KexManager.java:95)
      at com.trilead.ssh2.transport.TransportManager.getConnectionInfo(TransportManager.java:237)
      at com.trilead.ssh2.Connection.connect(Connection.java:786)
      ... 7 more
      Caused by: java.io.IOException: The server hostkey was not accepted by the verifier callback
      at com.trilead.ssh2.transport.KexManager.handleMessage(KexManager.java:548)
      at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:790)
      at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:502)
      ... 1 more
      [11/20/18 16:21:45] Launch failed - cleaning up connection
      [11/20/18 16:21:45] [SSH] Connection closed.


      Appreciate any help in this. Found similar questions online, but the solutions suggested are not able to fix my problem.










      share|improve this question













      I have been posting questions on jenkins installation and plugins, as i'm new to Jenkins.
      I have been trying to connect the slave SSH to the Jenkins.
      But couldn't establish connection between the host. its failing with the following error. I'm able to ssh the slave from master and master from slave. but not through GUI.
      I'm using the latest version of JENKINS upgraded ssh-plugin
      just to be sure.



      the Jenkins server is running is Linux Ubuntu 14.04, with the NAT network. port forwarded for GUI from 8080->xxxx and ssh 22-> xxxx on the VM



      SSHLauncher{host='xxx.xxx.x.xxx', port=xxxx, credentialsId='b67c41e6-5def- 
      4873-bb43-3802a8a865ec', jvmOptions='', javaPath='', prefixStartSlaveCmd='',
      suffixStartSlaveCmd='', launchTimeoutSeconds=210, maxNumRetries=10,
      retryWaitTime=15,


      sshHostKeyVerificationStrategy=hudson.plugins.sshslaves.verifiers.KnownHostsFileKeyVerificationStrategy, tcpNoDelay=true, trackCredentials=true}
      [11/20/18 16:21:45] [SSH] Opening SSH connection to xxx.xxx.xxx.xxx:xxxx.
      [11/20/18 16:21:45] [SSH] The SSH key presented by the remote host does not match the key saved in the Known Hosts file against this host. Connections to this host will be denied until the two keys match.
      Key exchange was not finished, connection is closed.
      java.io.IOException: There was a problem while connecting to ip_Address:port
      at com.trilead.ssh2.Connection.connect(Connection.java:834)
      at hudson.plugins.sshslaves.SSHLauncher.openConnection(SSHLauncher.java:1175)
      at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:846)
      at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:833)
      at java.util.concurrent.FutureTask.run(FutureTask.java:266)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
      at java.lang.Thread.run(Thread.java:748)
      Caused by: java.io.IOException: Key exchange was not finished, connection is closed.
      at com.trilead.ssh2.transport.KexManager.getOrWaitForConnectionInfo(KexManager.java:95)
      at com.trilead.ssh2.transport.TransportManager.getConnectionInfo(TransportManager.java:237)
      at com.trilead.ssh2.Connection.connect(Connection.java:786)
      ... 7 more
      Caused by: java.io.IOException: The server hostkey was not accepted by the verifier callback
      at com.trilead.ssh2.transport.KexManager.handleMessage(KexManager.java:548)
      at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:790)
      at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:502)
      ... 1 more
      [11/20/18 16:21:45] Launch failed - cleaning up connection
      [11/20/18 16:21:45] [SSH] Connection closed.


      Appreciate any help in this. Found similar questions online, but the solutions suggested are not able to fix my problem.







      jenkins ubuntu-14.04 jenkins-slave






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 20 at 16:32









      vcnr_1234

      13




      13





























          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53397458%2fjenkins-failed-to-establish-ssh-connection-with-the-slave%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53397458%2fjenkins-failed-to-establish-ssh-connection-with-the-slave%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Create new schema in PostgreSQL using DBeaver

          Deepest pit of an array with Javascript: test on Codility

          Costa Masnaga