org.apache.maven.wagon.providers.ssh.knownhost
Interface KnownHostsProvider
- All Known Implementing Classes:
- AbstractKnownHostsProvider
- public interface KnownHostsProvider
Provides a way to add Known Hosts fingerprints to the JSch transport
- Since:
- Sep 12, 2005
- Author:
- Juan F. Codagnone
ROLE
public static final String ROLE
storeKnownHosts
public void storeKnownHosts(String contents)
throws IOException
- Throws:
IOException
setHostKeyChecking
public void setHostKeyChecking(String hostKeyChecking)
getHostKeyChecking
public String getHostKeyChecking()
getContents
public String getContents()
Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.