Class ManuallyProvidedKeyVerificationStrategy

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

public class ManuallyProvidedKeyVerificationStrategy extends SshHostKeyVerificationStrategy<ManuallyProvidedKeyVerifier>
Manually provided host key strategy for the host key verification strategy extension point.

Provides a form field where the administrator inserts the host keys for the git repository servers. This works well when a small set of repository servers meet the needs of most users

  • Constructor Details

    • ManuallyProvidedKeyVerificationStrategy

      @DataBoundConstructor public ManuallyProvidedKeyVerificationStrategy(String approvedHostKeys)
      Creates a secure shell host key verification strategy that uses the host keys provided by the Jenkins administrator. This works well when a small set of repository servers meet the needs of most users
  • Method Details