do not use known_hosts

we connect just to builders, and key there change
paramiko ignore .ssh/config but obey host_key_checking
Unless it make some problem later, I would rather use ssh for transport
so it is the same as I use in debugging.
This commit is contained in:
Miroslav Suchý 2013-10-15 09:25:14 +00:00
parent 3dbdfde65c
commit 49badcc891

View file

@ -48,7 +48,11 @@ sudo_user=root
# connection to use when -c <connection_type> is not specified
transport=paramiko
#transport=paramiko
transport=ssh
# this is needed for paramiko, ssh already have this said in .ssh/config
host_key_checking = False
# remote SSH port to be used when --port or "port:" or an equivalent inventory
# variable is not specified.