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/targets/openssh_keypair
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
..
meta Add openssh_keypair module (#46436) 6 years ago
tasks openssh_keypair - Add logic to handle password protected or broken key (#64436) 5 years ago
tests openssh_keypair - Add logic to handle password protected or broken key (#64436) 5 years ago
aliases Add openssh_keypair module (#46436) 6 years ago