Modifier and Type | Method and Description |
---|---|
HostKeyRepository |
JSch.getHostKeyRepository()
Returns the current host key repository.
|
HostKeyRepository |
Session.getHostKeyRepository()
Gets the hostkeyRepository.
|
Modifier and Type | Method and Description |
---|---|
void |
JSch.setHostKeyRepository(HostKeyRepository hkrepo)
Sets the Host key repository.
|
void |
Session.setHostKeyRepository(HostKeyRepository hostkeyRepository)
Sets the hostkeyRepository, which will be referred in checking host keys.
|
This is a simplified version of the inofficial Javadoc created by PaĆlo Ebermann. Have a look at the official homepage.