debug show env

This commit is contained in:
lubiana 2024-12-12 03:02:35 +01:00
parent 42acedcbec
commit b98fd9d4f3
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk

View file

@ -17,7 +17,13 @@ chmod 600 ~/.ssh/id_rsa
# Add the remote host's key to the known_hosts file to avoid authenticity confirmation # Add the remote host's key to the known_hosts file to avoid authenticity confirmation
ssh-keyscan -H ${INPUT_REMOTE_HOST} >> ~/.ssh/known_hosts ssh-keyscan -H ${INPUT_REMOTE_HOST} >> ~/.ssh/known_hosts
cat ~/.ssh/known_hosts
# SCP files to the remote host # SCP files to the remote host
echo rsync ${INPUT_RSYNC_PARAMETERS} ${INPUT_PATH} ${INPUT_REMOTE_USER}@${INPUT_REMOTE_HOST}:${INPUT_REMOTE_PATH} echo rsync ${INPUT_RSYNC_PARAMETERS} ${INPUT_PATH} ${INPUT_REMOTE_USER}@${INPUT_REMOTE_HOST}:${INPUT_REMOTE_PATH}
pwd
ls -lisaR
exit 0 exit 0