This wagon can be configured in some ways:
What? / Interface | Default Value | Why? |
---|---|---|
Known Hosts Provider | FileKnownHostsProvider with fallback to NullKnownHostProvider | provides known hosts keys, needed to check the hosts
identity. This is an important thing!
Some implementations:
|
Host Checking | Ask (type safe enum) | The policy with the hosts keys:
|
Interactive User Info | ConsoleInteractiveUserInfo | If the user choose
Ask
as
Host Checking
, this
bean is used to interact with the user
Some implementations: |
This wagon can be configured in some ways:
What? / Interface | Default Value | Why? |
---|---|---|
Known Hosts Provider | FileKnownHostsProvider with fallback to NullKnownHostProvider | provides known hosts keys, needed to check the hosts
identity. This is an important thing!
Some implementations:
|
Host Checking | Ask (type safe enum) | The policy with the hosts keys:
|
Interactive User Info | ConsoleInteractiveUserInfo | If the user choose Ask as Host Checking, this
bean is used to interact with the user
Some implementations: |