Skip to content

Instantly share code, notes, and snippets.

@campino2k
Created September 13, 2011 19:13
Show Gist options
  • Save campino2k/1214767 to your computer and use it in GitHub Desktop.
Save campino2k/1214767 to your computer and use it in GitHub Desktop.
Tunnel Chrome via ssh session without tty
#! /bin/bash
ssh -fC2 -D 9000 -N user@host && google-chrome --proxy-server="socks5://localhost:9000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment