Package | Description |
---|---|
hudson.plugins.ec2.ssh.verifiers |
Modifier and Type | Method and Description |
---|---|
HostKey |
HostKeyHelper.getHostKey(Computer host)
Retrieve the currently trusted host key for the requested computer, or null if
no key is currently trusted.
|
HostKey |
HostKeyHelper.getHostKey(Computer host)
Retrieve the currently trusted host key for the requested computer, or null if
no key is currently trusted.
|
Modifier and Type | Method and Description |
---|---|
void |
HostKeyHelper.saveHostKey(Computer host,
HostKey hostKey)
Persists an SSH key to disk for the requested host.
|
void |
HostKeyHelper.saveHostKey(Computer host,
HostKey hostKey)
Persists an SSH key to disk for the requested host.
|
boolean |
AcceptNewStrategy.verify(EC2Computer computer,
HostKey hostKey,
TaskListener listener) |
boolean |
CheckNewHardStrategy.verify(EC2Computer computer,
HostKey hostKey,
TaskListener listener) |
boolean |
CheckNewSoftStrategy.verify(EC2Computer computer,
HostKey hostKey,
TaskListener listener) |
boolean |
NonVerifyingKeyVerificationStrategy.verify(EC2Computer computer,
HostKey hostKey,
TaskListener listener) |
abstract boolean |
SshHostKeyVerificationStrategy.verify(EC2Computer computer,
HostKey hostKey,
TaskListener listener)
Check if the given key is valid for the host identifier.
|
abstract boolean |
SshHostKeyVerificationStrategy.verify(EC2Computer computer,
HostKey hostKey,
TaskListener listener)
Check if the given key is valid for the host identifier.
|
boolean |
NonVerifyingKeyVerificationStrategy.verify(EC2Computer computer,
HostKey hostKey,
TaskListener listener) |
boolean |
CheckNewSoftStrategy.verify(EC2Computer computer,
HostKey hostKey,
TaskListener listener) |
boolean |
CheckNewHardStrategy.verify(EC2Computer computer,
HostKey hostKey,
TaskListener listener) |
boolean |
AcceptNewStrategy.verify(EC2Computer computer,
HostKey hostKey,
TaskListener listener) |
Copyright © 2016–2022. All rights reserved.