mirror of
https://github.com/jerikan-network/cmdb.git
synced 2024-05-06 04:54:50 +00:00
11 lines
388 B
Plaintext
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
|