scheduling icon indicating copy to clipboard operation
scheduling copied to clipboard

Regression in some SSH related tests

Open paraita opened this issue 7 years ago • 0 comments

Due to recent changes to the JDK 8, our SSH related tests (e.g TestSSHInfrastructureV2) are failing on the following error:

java.security.InvalidKeyException: The security strength of SHA-1 digest algorithm is not sufficient for this key size
	at sun.security.provider.DSA.checkKey(DSA.java:111)
	at sun.security.provider.DSA.engineInitSign(DSA.java:143)
	at java.security.Signature$Delegate.engineInitSign(Signature.java:1177)

As a result, this introduce instability to our CI pipeline.

paraita avatar May 15 '18 06:05 paraita