You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To isolate the problem, could you please remove name and config from with and tell me the result?
(If SSH_PORT is not 22, try rsync -e "ssh -p ${{ secrets.SSH_PORT }}")
Also, please check that your private key requires a passphrase.
(Private keys with passphrases cannot be used with this action at this time.)
Hey all,
I have this problem as others.
This is my workflow config
My secrets list in github
Considerations:
SSH_KNOWN_HOSTS
with the commandssh-keyscan -p PORT IP_ADDRESS
against my remote host.SSH_PRIVATE_KEY
is obviously the private key installed on the remote host (IdentityFile in config).Am I missing something?
The text was updated successfully, but these errors were encountered: