| Package | Description |
|---|---|
| hudson.plugins.sshslaves.verifiers |
| Modifier and Type | Method and Description |
|---|---|
HostKey |
TrustHostKeyAction.getExistingHostKey() |
HostKey |
TrustHostKeyAction.getHostKey() |
HostKey |
HostKeyHelper.getHostKey(hudson.model.Computer host)
Retrieve the currently trusted host key for the requested computer, or null if
no key is currently trusted.
|
HostKey |
ManuallyProvidedKeyVerificationStrategy.getParsedKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
HostKeyHelper.saveHostKey(hudson.model.Computer host,
HostKey hostKey)
Persists an SSH key to disk for the requested host.
|
abstract boolean |
SshHostKeyVerificationStrategy.verify(hudson.slaves.SlaveComputer computer,
HostKey hostKey,
hudson.model.TaskListener listener)
Check if the given key is valid for the host identifier.
|
boolean |
NonVerifyingKeyVerificationStrategy.verify(hudson.slaves.SlaveComputer computer,
HostKey hostKey,
hudson.model.TaskListener listener) |
boolean |
ManuallyTrustedKeyVerificationStrategy.verify(hudson.slaves.SlaveComputer computer,
HostKey hostKey,
hudson.model.TaskListener listener) |
boolean |
ManuallyProvidedKeyVerificationStrategy.verify(hudson.slaves.SlaveComputer computer,
HostKey hostKey,
hudson.model.TaskListener listener) |
boolean |
KnownHostsFileKeyVerificationStrategy.verify(hudson.slaves.SlaveComputer computer,
HostKey hostKey,
hudson.model.TaskListener listener) |
Copyright © 2016–2017. All rights reserved.