Skip to content

Commit

Permalink
Use algorithms consistently instead of types
Browse files Browse the repository at this point in the history
  • Loading branch information
Qalthos committed Oct 30, 2023
1 parent b173c81 commit bd87aa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/ansible.netcommon.libssh_connection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Parameters
<div>var: ansible_libssh_publickey_algorithms</div>
</td>
<td>
<div>List of algorithms to forward to SSH_OPTIONS_PUBLICKEY_ACCEPTED_TYPES.</div>
<div>List of algorithms to forward to SSH_OPTIONS_PUBLICKEY_ACCEPTED_ALGORITHMS.</div>
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion plugins/connection/libssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
publickey_accepted_algorithms:
default: ''
description:
- List of algorithms to forward to SSH_OPTIONS_PUBLICKEY_ACCEPTED_TYPES.
- List of algorithms to forward to SSH_OPTIONS_PUBLICKEY_ACCEPTED_ALGORITHMS.
type: string
env:
- name: ANSIBLE_LIBSSH_PUBLICKEY_ALGORITHMS
Expand Down

0 comments on commit bd87aa1

Please sign in to comment.