Deployer Versionv7.5.8 Target OSArch Linux Which PHP version are you using?PHP 8.3 Content of deploy.php or deploy.yamlSteps to reproduce
After this step the SSH identity file ~/.ssh/hops is gone preventing you from connecting to the host again! The problem is fixed by specifying the ssh control path in the deploy.php file as I hope that you change the default control path to avoid overwriting identity files by accident. For example, add ".socket" suffix to the file name or change the directory ~/.ssh/deployer or similar. |
Answered by
antonmedv
Dec 12, 2024
Replies: 1 comment
|
This sounds reasonable. Will add a fix. |
0 replies
Answer selected by
tronkko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This sounds reasonable. Will add a fix.