SSH als HTTP Proxy
Zur Navigation springen
Zur Suche springen
SSH Verbindung
ssh -D 54445 user@ssh_server
Proxy-Einstellungen im Browser z.B. Firefox mit plugin FoxyProxy
Proxy-Typ: SOCKS5 IP: localhost Port: 54445
Beispiel: Port 55 und Authentifizierung mittels Public-Key-Verfahren
ssh -p 55 -D 54445 -i .ssh/id_rsa_key user@ssh_server