-
Type:
Improvement
-
Resolution: Won't Do
-
Priority:
Major
-
Component/s: trilead-api-plugin
-
None
-
Environment: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![]()
Â
- How can we use above ciphers to connect to node via ssh using ssh agent plugin ?
- Are these ciphers supported ?Â
- is related to
-
JENKINS-75436 Add aes256-gcm@openssh.com to
-
- Open
-