mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Disable password authentication
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
9da38c3898
commit
313264bbe0
1 changed files with 1 additions and 0 deletions
|
@ -860,6 +860,7 @@ class VM:
|
|||
StrictHostKeyChecking=no
|
||||
UserKnownHostsFile=/dev/null
|
||||
ForwardAgent={forward_agent}
|
||||
PasswordAuthentication no
|
||||
"""
|
||||
)
|
||||
self.ssh_config_file.write_text(ssh_config)
|
||||
|
|
Loading…
Add table
Reference in a new issue