technology/linux/general/ssh.md
... ...
@@ -13,7 +13,7 @@ ssh -A -t -l user webserver.dmz \
13 13
-L 8080:localhost:8080
14 14
```
15 15
16
-open tunnel on port 443 (hide as https) - requires sudo [background][]
16
+open [socks proxy][] on port 443 (hide as https) - requires sudo
17 17
```
18 18
sudo ssh -o ServerAliveInterval=60 -D443 -l pyratebeard -i ~/lib/key/ssh_tunnel -N -C -q -t -4 -f ftp.pyratebeard.net
19 19
```
... ...
@@ -38,5 +38,5 @@ ssh -X user@host
38 38
[ssh][] guide
39 39
40 40
[tunnel]: http://digitalcrunch.com/linux/how-to-use-an-ssh-tunnel-through-a-jump-host/
41
-[background]: https://ma.ttias.be/socks-proxy-linux-ssh-bypass-content-filters/
41
+[socks proxy]: https://ma.ttias.be/socks-proxy-linux-ssh-bypass-content-filters/
42 42
[ssh]: http://lackof.org/taggart/hacking/ssh/