Skip to content

Instantly share code, notes, and snippets.

@miroslavradojevic
Created May 31, 2020 19:41
Show Gist options
  • Save miroslavradojevic/3b8f3045a7ef7873d562ebfa6e292123 to your computer and use it in GitHub Desktop.
Save miroslavradojevic/3b8f3045a7ef7873d562ebfa6e292123 to your computer and use it in GitHub Desktop.
Rsync with remote Jetson Nano with ssh password stored in a jetson-nano-pass
sshpass -p $(cat jetson-nano-pass) rsync -avzh [email protected]:/home/miro/cam-rpi.py/ /home/miro/cam-rpi.py/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment