org.apache.maven.wagon.providers.ssh.knownhost
Interface KnownHostsProvider
- AbstractKnownHostsProvider, FileKnownHostsProvider, NullKnownHostProvider, SingleKnownHostProvider, StreamKnownHostsProvider
public interface KnownHostsProvider
Provides a way to add Known Hosts fingerprints to the JSch transport
ROLE
public static final String ROLE
getContents
public String getContents()
getHostKeyChecking
public String getHostKeyChecking()
setHostKeyChecking
public void setHostKeyChecking(String hostKeyChecking)
storeKnownHosts
public void storeKnownHosts(String contents)
throws IOException