Skip to content

Commit 5cb2a2c

Browse files
committed
fix: add libssh ssh-rsa publickey_algorithms to project ansible.cfg
The EE's /etc/ansible/ansible.cfg is overridden by the project-level ansible.cfg when AAP runs jobs. Add [libssh_connection] section here so the ssh-rsa algorithm is allowed when connecting to Cisco devices via network_cli's libssh transport. Made-with: Cursor
1 parent 5887046 commit 5cb2a2c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ansible.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ callback_enabled = timer, profile_tasks
77
[persistent_connection]
88
connect_timeout = 60
99
command_timeout = 60
10+
[libssh_connection]
11+
publickey_algorithms = ssh-rsa

0 commit comments

Comments
 (0)