From 734f32d1128138ecd1a75171472200ac83533498 Mon Sep 17 00:00:00 2001 From: Jim Wyllie Date: Sun, 20 Jan 2013 17:38:40 -0500 Subject: [PATCH] Sample tunnel configuration --- packaging/tunnel.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packaging/tunnel.conf diff --git a/packaging/tunnel.conf b/packaging/tunnel.conf new file mode 100644 index 0000000..64fb54e --- /dev/null +++ b/packaging/tunnel.conf @@ -0,0 +1,19 @@ +# Here is where you can specify any SSH tunnel options See ssh_config(5) for +# details. You need to leave the Host line intact, but everything else can +# specify whatever you want +Host sshuttle_tunnel + +# REQUIRED: Set this to be the host to which you would like to connect your +# tunnel +#Hostname localhost + +# REQUIRED: Set this to be the target SSH user on the remote system +#User foo + +# --------------------------------------------------------------------------- +# The rest are all optional; see ssh_config(5) for the full list of what can +# be specified. Some very commonly needed ones are below. +# --------------------------------------------------------------------------- + +# SSH key used for connecting +#IdentityFile /path/to/key