Skip to content
Snippets Groups Projects

Test

Merged Chris Hines requested to merge test into prod
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -49,8 +49,8 @@ class Ssh:
'-o', 'PreferredAuthentications=publickey',
'-o', 'UpdateHostKeys=no',
'-o', 'LogLevel=error',
'-o', 'ServerAliveInterval=30',
'-o', 'ServerAliveCountMax=4'
# '-o', 'ServerAliveInterval=30',
# '-o', 'ServerAliveCountMax=4'
]
SSHCMDWITHOPTS = ['ssh']
SSHCMDWITHOPTS.extend(SSHOPTS)
Loading