mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Explicitly disable ControlMaster
on the generated ssh config
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
1942e4bf91
commit
c7a7fc2003
1 changed files with 1 additions and 0 deletions
|
@ -466,6 +466,7 @@ class VM:
|
|||
Host {self.name}
|
||||
Hostname {self.instance.public_ip_address or self.instance.private_ip_address}
|
||||
User {self.config.ssh_username}
|
||||
ControlMaster=no
|
||||
Compression=yes
|
||||
LogLevel=FATAL
|
||||
StrictHostKeyChecking=no
|
||||
|
|
Loading…
Add table
Reference in a new issue