Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| howto:create_tunnel_via_ssh [2015/02/08 15:56] – created yehuda | howto:create_tunnel_via_ssh [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Create tunnel via ssh ====== | ||
| + | |||
| <code bash> | <code bash> | ||
| ssh -CTvnN -D 8085 user@host_with_ssh_access | ssh -CTvnN -D 8085 user@host_with_ssh_access | ||
| </ | </ | ||