| Package | Description |
|---|---|
| com.jcraft.jsch |
| Modifier and Type | Class and Description |
|---|---|
class |
KnownHosts |
| Modifier and Type | Method and Description |
|---|---|
HostKeyRepository |
Session.getHostKeyRepository()
Gets the hostkeyRepository.
|
HostKeyRepository |
JSch.getHostKeyRepository()
Returns the current hostkey repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.setHostKeyRepository(HostKeyRepository hostkeyRepository)
Sets the hostkeyRepository, which will be referred in checking host keys.
|
void |
JSch.setHostKeyRepository(HostKeyRepository hkrepo)
Sets the hostkey repository.
|
Copyright © 2020 JCraft,Inc.. All Rights Reserved.