org.apache.maven.wagon.providers.ssh.knownhost

Interface KnownHostsProvider

public interface KnownHostsProvider

Provides a way to add Known Hosts fingerprints to the JSch transport

Since: Sep 12, 2005

Author: Juan F. Codagnone

Field Summary
StringROLE
Method Summary
StringgetContents()
StringgetHostKeyChecking()
voidsetHostKeyChecking(String hostKeyChecking)
voidstoreKnownHosts(String contents)

Field Detail

ROLE

public String ROLE

Method Detail

getContents

public String getContents()

getHostKeyChecking

public String getHostKeyChecking()

setHostKeyChecking

public void setHostKeyChecking(String hostKeyChecking)

storeKnownHosts

public void storeKnownHosts(String contents)