Files
2021-05-16 18:02:39 +02:00

11 lines
388 B
Plaintext

# Settings for SSH are kept here instead of Ansible because some
# modules (notably Python modules relying on Paramiko) will not care
# about SSH arguments provided by Ansible.
Host *
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
# Many network equipments are still using old ciphers and key exchange algorithms
Ciphers +aes128-cbc
KexAlgorithms +diffie-hellman-group1-sha1