summaryrefslogtreecommitdiffstats
path: root/howtos
diff options
context:
space:
mode:
Diffstat (limited to 'howtos')
-rw-r--r--howtos/ssh-tunnel.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/howtos/ssh-tunnel.html b/howtos/ssh-tunnel.html
new file mode 100644
index 0000000..74540fb
--- /dev/null
+++ b/howtos/ssh-tunnel.html
@@ -0,0 +1,21 @@
+{% meta %}
+ title: Einrichten eines SSh-Web-Tunnels
+ howto: True
+{% endmeta %}
+
+{% block content %}
+<h1>Einrichten eines SSH-Web-Tunnels</h1>
+
+Konsole
+<pre>
+ ssh -C -D8080 uni-rechner.mi.fu-berlin.de
+</pre>
+
+Firefox
+<pre>
+ Bearbeiten -> Einstellungen -> Erweitert -> Netzwerk -> Einstellungen...
+
+ (*) Manuelle Proxy Konfiguration
+ SOCKS-Host 127.0.0.1 Port: 8080
+</pre>
+{% endblock %}