pull/86258/merge
Sloane Hertel 18 hours ago committed by GitHub
commit 081bb9f2fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,6 +7,10 @@ DOCUMENTATION = """
author: Ansible Core Team author: Ansible Core Team
name: paramiko name: paramiko
short_description: Run tasks via Python SSH (paramiko) short_description: Run tasks via Python SSH (paramiko)
deprecated:
removed_in: "2.21"
why: Paramiko versions older than 3.3.2 and 3.4.1 will be incompatible with cryptography 48.0.0.
alternatives: ansible.builtin.ssh
description: description:
- Use the Python SSH implementation (Paramiko) to connect to targets - Use the Python SSH implementation (Paramiko) to connect to targets
- The paramiko transport is provided because many distributions, in particular EL6 and before do not support ControlPersist - The paramiko transport is provided because many distributions, in particular EL6 and before do not support ControlPersist

Loading…
Cancel
Save