acme.sh icon indicating copy to clipboard operation
acme.sh copied to clipboard

Deploy hook ssh support scp

Open Hawthorn2013 opened this issue 3 years ago • 2 comments

Deploy hook ssh put file content in ssh cmd. This usage causes the cmd too long to execute on some remote server, even if DEPLOY_SSH_MULTI_CALL is set to yes.

This pull request implements deployment of file by scp, avoiding the problem of excessively long cmd.

Hawthorn2013 avatar Dec 20 '21 16:12 Hawthorn2013

don't change the default behavior. It was intended not to use scp.

Neilpang avatar Jan 03 '22 07:01 Neilpang

This will be solved with #4091

PMExtra avatar May 15 '22 03:05 PMExtra