summaryrefslogtreecommitdiffstats
path: root/howtos
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-07-07 16:55:28 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-07-07 16:55:28 +0200
commit38857a608bab2ea5eb65bfc1c4614033dbf78597 (patch)
tree04a3000340dba8f1dcb99199759b29744cb8b230 /howtos
downloadwww-38857a608bab2ea5eb65bfc1c4614033dbf78597.tar.gz
www-38857a608bab2ea5eb65bfc1c4614033dbf78597.tar.bz2
www-38857a608bab2ea5eb65bfc1c4614033dbf78597.zip
initial commit
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 %}