Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-71561

ciphers aes256-gcm@openssh.com,aes128-gcm@openssh.com NOT Supported

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Won't Do
    • Icon: Major Major
    • trilead-api-plugin
    • None
    • Jenkins 2.346.2
      SSH Build Agents plugin : Version1.834.v622da_57f702c

      we are getting error while setting up node in jenkins and our system is centos 7.x and ssh ciphers are used has only following two : 

      aes256-gcm@openssh.com,aes128-gcm@openssh.com

       

      ssh via command line works fine. : ssh -c  aes256-gcm@openssh.com <hostname> 

      somehow,  via jenkins ssh agents plugin we are getting error. 
      ---------------
       Unable to negotiate with xx.xx.xx.xx port 52596: no matching cipher found. Their offer: aes256-ctr,aes192-ctr,aes128-ctr,blowfish-ctr,aes256-cbc,aes192-cbc,aes128-cbc,blowfish-cbc,3des-ctr,3des-cbc [preauth]

      -------------

      we have added /etc/ssh/sshd_config and /etc/ssh/ssh_config with :

      Ciphers aes256-gcm@openssh.com,aes128-gcm@openssh.com

       

      1. How can we use above ciphers to connect to node via ssh using ssh agent plugin ?
      2. Are these ciphers supported ? 

            ifernandezcalvo Ivan Fernandez Calvo
            vdhok Vinayak
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: