m5x2 #2

Merged
smf merged 32 commits from m5x2 into local 2024-03-08 18:15:54 +08:00
Showing only changes of commit 5a84702512 - Show all commits

View File

@@ -68,6 +68,8 @@ echo " HostName $INPUT_REMOTE_DOCKER_HOST" >> ~/.ssh/config
echo " User $INPUT_REMOTE_DOCKER_USER" >> ~/.ssh/config
echo " Port $INPUT_REMOTE_DOCKER_PORT" >> ~/.ssh/config
echo " IdentityFile ~/.ssh/id_rsa" >> ~/.ssh/config
echo " StrictHostKeyChecking no" >> ~/.ssh/config
echo " UserKnownHostsFile /dev/null" >> ~/.ssh/config
if ! [ -z "${INPUT_SSH_PROXY_CMD+x}" ]; then
echo "Add ProxyCommand: $INPUT_SSH_PROXY_CMD"
echo " ProxyCommand $INPUT_SSH_PROXY_CMD" >> ~/.ssh/config