Skip to content

Commit

Permalink
fix(linux): ssh socks proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd committed Oct 2, 2022
1 parent f3f54e4 commit b5a2652
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Operating-Systems/Linux/CLI/ssh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# SSH

## SOCKS Proxy

```bash
ssh -D 1337 -C $USER@<target>
```

0 comments on commit b5a2652

Please sign in to comment.