Created
May 31, 2020 19:41
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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