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:
parent
3dbdfde65c
commit
49badcc891
1 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue