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
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
I've tried using: .set('e','ssh -o StrictHostKeyChecking=no')
it does print the correct command, but keeps asking password when run in node.
whereas the printed command does work without prompting for any password when run from terminal...
EDIT:
My bad, my node process runs under root... I had misconfigured the authorized key on the remote server. Once corrected with a root generated ssh-keygen key, everything is fine and the .set('e','ssh -o StrictHostKeyChecking=no')
works correctly
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
just like rsync -e 'ssh -p 1234'?
The text was updated successfully, but these errors were encountered: