fititnt / AdHocSecurebox

AdHocSecurebox is an opinionated collection of scripts/docs to deal with sensitive data with average hardware and open source software. Work in progress.
The Unlicense
0 stars 0 forks source link

MVP of rclone on TailsOS (Maybe `tails-rclone`?) #16

Open fititnt opened 4 years ago

fititnt commented 4 years ago

Do some scripting of minimum viable product (MVP) of any rclone install & run on TailsOS (without need of sudo power.

fititnt commented 4 years ago

curl needs --socks5 127.0.0.1:9050. That's why wget out of the box works on Tails, but curl not.

amnesia@amnesia:~/Persistent/git/fititnt/TailsOS-for-non-whistleblowers$ curl https://beta.rclone.org/version.txt
curl: (7) Failed to connect to beta.rclone.org port 443: Connection refused
amnesia@amnesia:~/Persistent/git/fititnt/TailsOS-for-non-whistleblowers$ curl --socks5 127.0.0.1:9050 https://beta.rclone.org/version.txt
rclone v1.54.0-beta.4833.5164c3d2d