Deployment works need to fix ssh after and IP grab

This commit is contained in:
n0mad1k
2025-04-24 10:58:22 -04:00
parent 29f5bca435
commit c05a88c456
4 changed files with 23 additions and 143 deletions
+8
View File
@@ -0,0 +1,8 @@
[defaults]
host_key_checking = False
timeout = 30
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ServerAliveInterval=30 -o ServerAliveCountMax=10
pipelining = True
retries = 5