Commit 5887046
committed
fix: switch from paramiko to libssh with publickey_algorithms for Cisco
Paramiko works from ansible-navigator but fails from AAP runner with
"key cannot be used for signing" due to how runner injects credentials.
The new network EE (based on AAP 2.6 / netcommon 8.1.0) supports
ansible_libssh_publickey_algorithms, so we can use the default libssh
transport with the ssh-rsa algorithm explicitly allowed. This works
in both ansible-navigator and AAP Controller contexts.
Made-with: Cursor1 parent c84c990 commit 5887046
4 files changed
Lines changed: 4 additions & 4 deletions
File tree
- roles
- manage_ec2_instances
- tasks/inventory
- templates
- instructor_inventory
- student_inventory
- populate_controller/vars
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
0 commit comments