Class NoHostKeyVerifier

java.lang.Object
org.jenkinsci.plugins.gitclient.verifier.HostKeyVerifierFactory
org.jenkinsci.plugins.gitclient.verifier.NoHostKeyVerifier
All Implemented Interfaces:
Serializable, org.jenkinsci.remoting.SerializableOnlyOverRemoting

public class NoHostKeyVerifier extends HostKeyVerifierFactory
Disable all host key verification by the host key verification strategy extension point.

Disables all verification of ssh host keys. Not recommended because it provides no protection from "man-in-the-middle" attacks

See Also: