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
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
..
ansible_test
integration openssh_keypair - Add logic to handle password protected or broken key (#64436) 5 years ago
legacy Sanity test fixups - AWS related tests (#64093) 5 years ago
lib/ansible_test module sanity checks: improve alias handling (#59060) 5 years ago
sanity module sanity checks: improve alias handling (#59060) 5 years ago
units ufw: add support for interface_in and interface_out (#65382) 5 years ago
utils Increase unit test timeout in CI. 5 years ago