Interface TrustedKeyHelper

All Known Implementing Classes:
AbstractTrustedKeyHelper, RemoteTrustedKeyHelperImpl, ServerTrustedKeyHelperImpl

@Internal public interface TrustedKeyHelper
Used by server and agents to have access to Trusted keys file
Since:
5.10.1
  • Field Details

  • Method Details

    • isCustomAcceptedSshHostKeysEnabled

      boolean isCustomAcceptedSshHostKeysEnabled()
      Returns:
      true if custom keys are enabled for Bamboo
    • getCustomAcceptedSshHostKeysFile

      @NotNull @NotNull File getCustomAcceptedSshHostKeysFile()
      Returns:
      file with trusted keys in SSH known_hosts format
    • getTrustedKeys

      @NotNull @NotNull Collection<TrustedKey> getTrustedKeys()
      Returns:
      trusted keys