summarylogtreecommitdiffstats
path: root/tunnel.conf
diff options
context:
space:
mode:
authorAlphazo2015-12-17 12:59:47 +0100
committerAlphazo2015-12-17 12:59:47 +0100
commit3595bde32518c005dcbea42040da02c861d81ab1 (patch)
tree6a8a68feab69ef3868860319bcd516e314d8394f /tunnel.conf
parenta1d860a78a896cee1b1c722060bc1cb795d970bb (diff)
downloadaur-3595bde32518c005dcbea42040da02c861d81ab1.tar.gz
Synced with git repo used by [Community]
Diffstat (limited to 'tunnel.conf')
-rw-r--r--tunnel.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/tunnel.conf b/tunnel.conf
new file mode 100644
index 000000000000..64fb54edb7fc
--- /dev/null
+++ b/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