|
You are here |
robr.dev | ||
| | | | |
jo-m.ch
|
|
| | | | | 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. | |
| | | | |
yepoleb.github.io
|
|
| | | | | ||
| | | | |
www.intellamech.com
|
|
| | | | | GGIS on Github : Organization Pages for Gary Dalton and GGIS | |
| | | | |
www.tumfatig.net
|
|
| | | I had that Raspberry Pi Zero 2 W lying in a box. And because I changed my network configuration, I decided I could use that Pi as a DNS et DHCP server. But I also wanted to take benefits from my POE switch. It turns out to be really simple, with the proper hardware. Here are the notes. | ||