Package | Description |
---|---|
com.jcraft.jsch |
Modifier and Type | Class and Description |
---|---|
class |
KnownHosts |
Modifier and Type | Field and Description |
---|---|
private HostKeyRepository |
Session.hostkeyRepository |
private HostKeyRepository |
JSch.known_hosts |
Modifier and Type | Method and Description |
---|---|
HostKeyRepository |
JSch.getHostKeyRepository()
Returns the current hostkey repository.
|
HostKeyRepository |
Session.getHostKeyRepository()
Gets the hostkeyRepository.
|
Modifier and Type | Method and Description |
---|---|
void |
JSch.setHostKeyRepository(HostKeyRepository hkrepo)
Sets the hostkey repository.
|
void |
Session.setHostKeyRepository(HostKeyRepository hostkeyRepository)
Sets the hostkeyRepository, which will be referred in checking host keys.
|