Chromebook ssh proxy setup
Goal:
The setup of the Chromebook OS that allow to pass all Chrome (web browser) traffic to remote proxy including the DNS resolving (with out need of Chrome extension)
Required:
Chromebook OS with Linux environment support:
Application for creating ssh tunnel to forward all traffic to remote site via ssh
ssh -D 8080 -q -C -N -f user@1.1.1.1 -p 22
To set proxy settings on ChromeOS (setting search for Porxy settings)
HTTP proxy: socks5://127.0.0.1 Port 8080
Secure HTTP proxy: socks5://127.0.0.1 Port 8080
SOCKS Host: socks5://127.0.0.1 Port 8080
Or use the same proxy for all services:
The need to use socks5 is for to forward DNS query via SSH tunnel to remote site to be resolved on remote DNS server.
Current situation:
Still having connectivity issues, some times after lockout proxy does not work correctly and site does not open as expected.