-
Improvement
-
Resolution: Won't Do
-
Major
-
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
- How can we use above ciphers to connect to node via ssh using ssh agent plugin ?
- Are these ciphers supported ?