Package | Description |
---|---|
com.jcraft.jsch |
Modifier and Type | Class and Description |
---|---|
class |
KnownHosts |
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.
|
Copyright © 2019 JCraft,Inc.. All rights reserved.