# 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
