This shows you the differences between two versions of the page.
| — |
doc:ssh [2017/08/14 18:00] (current) stwn created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== SSH ====== | ||
| + | |||
| + | ===== Tunnel ===== | ||
| + | |||
| + | ssh -D [local port] -p [remote SSH port] user@server -N | ||
| + | |||