Package | Description |
---|---|
hudson.plugins.ec2 | |
hudson.plugins.ec2.ssh.verifiers |
Modifier and Type | Method and Description |
---|---|
SshHostKeyVerificationStrategy |
HostKeyVerificationStrategyEnum.getStrategy() |
Modifier and Type | Class and Description |
---|---|
class |
AcceptNewStrategy
This strategy accepts any new host key and stores it in a known_hosts file inside the node directory called
ssh-host-key.xml.
|
class |
CheckNewHardStrategy
This strategy checks the key presented by the host with the one printed out in the instance console.
|
class |
CheckNewSoftStrategy
This strategy checks the key presented by the host with the one printed out in the instance console.
|
class |
NonVerifyingKeyVerificationStrategy
This strategy doesn't perform any kind of verification
|
Copyright © 2016–2020. All rights reserved.