Explore >> Select a destination


You are here

www.tyil.nl
| | mccormick.cx
9.3 parsecs away

Travel
| | Chris McCormick - News
| | andrewkelley.me
9.5 parsecs away

Travel
| |
| | blog.stijn-dhaese.be
10.5 parsecs away

Travel
| | This projected started about 3 years ago as an Arduino project with a Raspberry PI pulling data from a DHT22 sensor and saving it in a csv-file and evolved over time to a DHT22 connected to a Raspb...
| | jo-m.ch
73.6 parsecs away

Travel
| Shell Snippets SSH # SSH Keygen # ssh-keygen -o -a 100 -t ed25519 SSH Tunnel # ssh -N -L2001:localhost:80 somemachine Now you can access the website by going to http://localhost:2001/ SSH Proxy # ssh -q -N -D 5001 user@host # e.g. ssh -q -N -D 5001 pi4 You can now set localhost:5001 as a socks proxy in Firefox and it will appear as connecting from host. SSH port forwarding # ssh -R 12345:localhost:22 example.org "sleep 1000; exit" Forwards example.org's port 12345 to your local ssh port, even if your machine is not externally visible on the net. Now you can ssh localhost -p 12345 from example.org and you will log into your machine.