grimoire

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

commit fd255fdf0e8776b62bc4b66a68ebbc42b60aaa09
parent 5b786d7a68479554543f64d74fb5e7c8aee3719e
Author: pyratebeard <root@pyratebeard.net>
Date:   Wed,  5 Dec 2018 17:09:21 +0000

add in information for tunnel options

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

diff --git a/technology/linux/general/ssh.md b/technology/linux/general/ssh.md @@ -21,12 +21,12 @@ sudo ssh -o ServerAliveInterval=60 -D443 -l pyratebeard -i ~/lib/key/ssh_tunnel - `-D443` - - `-l pyratebeard` - - `-i ~/lib/key/ssh_tunnel` - -- `-N` -- `-C` -- `-q` -- `-t` -- `-4` -- `-f` +- `-N` - do not execute remote command +- `-C` - compress data +- `-q` - quiet +- `-t` - force pseudo-terminal +- `-4` - use ipv4 only +- `-f` - go to background ## X11 forwarding ```