grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 7928aa77af682bdf358002d6a1230c4d9f2c1b7d
parent fe7a2d56ec84c25145e60b7c354cd3524ccdb659
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri,  7 Dec 2018 18:12:57 +0000

change socks proxy link

Diffstat:
Mtechnology/linux/general/ssh.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

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