How to override SSH command in v7.4? #3904
Answered
by
antonmedv
DonovanChan
asked this question in
Help needed
|
Hi. I'm deploying to a cloud service that requires a proprietary command for connecting to the server. For example, I've tried this: And it's returning: I also tried hacking the |
Answered by
antonmedv
Sep 23, 2024
Replies: 1 comment 2 replies
|
Currently this part is not configurable. See deployer/src/Component/Ssh/Client.php Line 65 in 15ce6fe But we can add a config option here as well. |
2 replies
Answer selected by
DonovanChan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently this part is not configurable.
See
deployer/src/Component/Ssh/Client.php
Line 65 in 15ce6fe
But we can add a config option here as well.