technology/linux/general/ssh.md
... ...
@@ -21,12 +21,12 @@ sudo ssh -o ServerAliveInterval=60 -D443 -l pyratebeard -i ~/lib/key/ssh_tunnel
21 21
- `-D443` -
22 22
- `-l pyratebeard` -
23 23
- `-i ~/lib/key/ssh_tunnel` -
24
-- `-N`
25
-- `-C`
26
-- `-q`
27
-- `-t`
28
-- `-4`
29
-- `-f`
24
+- `-N` - do not execute remote command
25
+- `-C` - compress data
26
+- `-q` - quiet
27
+- `-t` - force pseudo-terminal
28
+- `-4` - use ipv4 only
29
+- `-f` - go to background
30 30
31 31
## X11 forwarding
32 32
```