@Internal
public interface TrustedKeyHelper
Modifier and Type | Field and Description |
---|---|
static Function<TrustedKey,String> |
KNOWN_HOSTS_FUNCTION
Prepare row for known_hosts file
|
Modifier and Type | Method and Description |
---|---|
File |
getCustomAcceptedSshHostKeysFile() |
Collection<TrustedKey> |
getTrustedKeys() |
boolean |
isCustomAcceptedSshHostKeysEnabled() |
static final Function<TrustedKey,String> KNOWN_HOSTS_FUNCTION
boolean isCustomAcceptedSshHostKeysEnabled()
@NotNull File getCustomAcceptedSshHostKeysFile()
@NotNull Collection<TrustedKey> getTrustedKeys()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.