From 65552f3d26db9b2bcc0d131ddf69985670436f81 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 24 Apr 2015 23:51:33 +0200 Subject: autotunnel: Adding example config, systemd service file and script for autossh managed SSH tunnel to predefined host --- config/autotunnel/example.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/autotunnel/example.conf (limited to 'config') diff --git a/config/autotunnel/example.conf b/config/autotunnel/example.conf new file mode 100644 index 0000000..3a348b4 --- /dev/null +++ b/config/autotunnel/example.conf @@ -0,0 +1,9 @@ +# Configuration file for autotunnel + +# Define a host to connect to +# Must be resolvable or better even set up in /root/.ssh/config +HOST= + +# Define a tun device number to use +# Make sure the same device is not used elsewhere on localhost and the machine to connect to! +TUN_DEVICE= -- cgit v1.2.3