The SSH client in the Publish over SSH plugin which uses Jsch Dependency 
plugin only supports the following Ciphers: *Ciphers: 
aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc*
OpenSSH 7.* is disabling cbc modes of the ciphers and also not offering CBC 
ciphers by default. 
https://www.openssh.com/releasenotes.html

 * ssh(1)/sshd(8): remove support for the arcfour, blowfish and CAST
   ciphers.

 * ssh(1): do not offer CBC ciphers by default.


It now enables the following ciphers by default: aes192-ctr and aes256-ctr. 
What are the plans to support these (aes192-ctr and aes256-ctr) ciphers in 
these plugins?

Thanks.!

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a2cf59e2-afe7-440b-b76b-34005d542826%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to