- Remove 'default' keyword from KexAlgorithms, Ciphers, HostKeyAlgorithms - OpenSSH doesn't support 'default' as a literal value for these options - Local infrastructure uses modern algorithms, no legacy compatibility needed Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@@ -19,11 +19,8 @@ facts: |
||
| 19 | 19 |
|
| 20 | 20 |
ssh_options: |
| 21 | 21 |
local_defaults: |
| 22 |
- description: Local SSH compatibility options |
|
| 22 |
+ description: Local SSH compatibility options (no legacy algorithms needed) |
|
| 23 | 23 |
options: |
| 24 |
- KexAlgorithms: default |
|
| 25 |
- Ciphers: default |
|
| 26 |
- HostKeyAlgorithms: default |
|
| 27 | 24 |
ForwardAgent: yes |
| 28 | 25 |
ForwardX11: no |
| 29 | 26 |
PasswordAuthentication: no |