You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration
Maxim Babushkin da73bbd73c openssh_keypair - Add logic to handle password protected or broken key (#64436)
* The ssh key may be created manually prior the task execution with a
  passphrase. And the task will be executed on the same key.
* The ssh key may be broken and not usable.

The module will check the private key and if the key is password
protected or broken, it will be overridden.
The check of the ssh key performed by retrieve the public key from the
private key.

Set the "self.force" check before the "isPrivateKeyValid" check.
In case of any issue with the "isPrivateKeyValid" function, the user
will be able to force the regeneration of the key with the "force: yes"
argument.
5 years ago
..
targets openssh_keypair - Add logic to handle password protected or broken key (#64436) 5 years ago
network-integration.cfg Update ansible-test integration config handling. (#60448) 5 years ago
network-integration.requirements.txt Fix ansible-test collections requirements installation. (#62181) 5 years ago
target-prefixes.network Rename MSC modules to MSO nomenclature (#50959) 6 years ago