Configuration

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:
  • Yes: Check host keys. If the incoming key is not available in the Known Hosts Provider fails
  • Ask: If the incoming key is not available in the Known Hosts Provider it ask the user if the fingerprint is trusted
  • No: don't check host keys at all. pretty unsafe!!
Interactive User Info ConsoleInteractiveUserInfo If the user choose Ask as Host Checking , this bean is used to interact with the user

Some implementations:

Configuration

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:
  • Yes: Check host keys. If the incoming key is not available in the Known Hosts Provider fails
  • Ask: If the incoming key is not available in the Known Hosts Provider it ask the user if the fingerprint is trusted
  • No: don't check host keys at all. pretty unsafe!!
Interactive User Info ConsoleInteractiveUserInfo If the user choose Ask as Host Checking, this bean is used to interact with the user

Some implementations:

TODO Autogenerate some of this information with a xdoclet2 plugin?