mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-12-19 11:12:18 +01:00
debug
This commit is contained in:
parent
d4a9011612
commit
4369819153
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,9 @@ if [ "${INPUT_STRICT_HOSTKEYS_CHECKING:-false}" = "true" ]; then
|
||||||
echo "Warning: failed to fetch host key for $INPUT_REMOTE_HOST" >&2
|
echo "Warning: failed to fetch host key for $INPUT_REMOTE_HOST" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#debug
|
||||||
|
cat ~/.ssh/known_hosts
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RSH="ssh $STRICT_HOSTKEYS_CHECKING $LEGACY_RSA_HOSTKEYS -p $INPUT_REMOTE_PORT $INPUT_RSH"
|
RSH="ssh $STRICT_HOSTKEYS_CHECKING $LEGACY_RSA_HOSTKEYS -p $INPUT_REMOTE_PORT $INPUT_RSH"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue