Dev/Zerobox
From Whonix
< Dev
Zerobox[edit]
Introduction[edit]
ARM board running Tor + YaCy + ZeroNet
Toolchain[edit]
Armbian is a cross-compiling toolchain project that runs on x86 hardware and generates Debian images for ARM boards:
http://www.armbian.com/ [archive] github.com/igorpecovnik/lib
Scope[edit]
Can potentially serve as a Tor Bridge and also a seed node for other kinds of P2P services in the future.
- Bridges don't need the up-time/maintenance/bandwidth of a proper Tor relay.
https://www.oecd.org/sti/broadband/oecdbroadbandportal.htm#map [archive]
- Transports like Snowflake eliminate the need for TCP forwarding configurations. Command line for embedded and headless applications is planned.[1]
Usability[edit]
- A SSH/VNC server listens only on a link local address
that is accessible from their PC directly through an Ethernet connection only:
https://raspberrypi.stackexchange.com/a/24073 [archive]
https://pihw.wordpress.com/guides/direct-network-connection/ [archive]
- Does not need an existing network connection to administrate the box.
- Does not expose the box to SSH attacks on conventional networks.
- Authenticated HSs can be optionally setup for advanced users who want a secure way to connect to the box remotely.
- https://sandstorm.io/ [archive] - a project for making server usability as easy as Android.
Other Projects[edit]
Projects of note:
- Tor-ramdisk
https://en.wikipedia.org/wiki/Tor-ramdisk [archive]
http://opensource.dyc.edu/tor-ramdisk [archive]
https://gitweb.torproject.org/tor-ramdisk.git [archive]
Discussion[edit]
Any points to be discussed go here. The rest of the page will be edited to add new info.