Class KnownHostsFileVerificationStrategy

All Implemented Interfaces:
ExtensionPoint, Describable<SshHostKeyVerificationStrategy<KnownHostsFileVerifier>>

public class KnownHostsFileVerificationStrategy extends SshHostKeyVerificationStrategy<KnownHostsFileVerifier>
Known hosts strategy for the host key verification strategy extension point.

Uses the existing 'known_hosts' file on the controller and on the agent. This assumes the administrator has already configured this file on the controller and on all agents

  • Constructor Details

    • KnownHostsFileVerificationStrategy

      @DataBoundConstructor public KnownHostsFileVerificationStrategy()
      Creates a secure shell host key verification strategy that uses the existing 'known_hosts' file on the controller and on the agent. This assumes the administrator has already configured this file on the controller and on all agents
  • Method Details