Cloudflare - SSH to Origin IP
tl;dr A serverfault.com post outlined how you can use Cloudflare's API to query for your Origin IP and use that for SSH. However, they »
tl;dr A serverfault.com post outlined how you can use Cloudflare's API to query for your Origin IP and use that for SSH. However, they »
Quick intro I use nginx and LetsEncrypt (via nginx-proxy and Docker) to reverse proxy my home services. This allows me to use domain names for each »
$ ssh -vND localhost:2222 [email protected] $ /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --user-data-dir=/tmp/chrome --proxy-server=socks5://localhost:2222 Let's break down each »