How to migrate sshOptions to ssh_arguments? #3595
Unanswered
cclavijo
asked this question in
Help needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
i am trying to migrate my project to deployer new version.
On my config.yml file i have something like this:
sshOptions: &sshOptions
ServerAliveInterval: 30
ServerAliveCountMax: 299
UserKnownHostsFile: /dev/null
StrictHostKeyChecking: no
LogLevel: QUIET
ProxyCommand: "'ssh -W %h:%p -o "ServerAliveInterval 299" -o "ServerAliveCountMax 299" -o "StrictHostKeyChecking no" -o "LogLevel QUIET" [email protected]'"
How can i migrate it to ssh arguments?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions