mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-10 06:34:17 +00:00
Update Cheat Sheet.md
This commit is contained in:
parent
cc1ff4e3ee
commit
55f65ae1a0
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ $ kill %1
|
|||
|
||||
```
|
||||
### SSH Port Forwarding
|
||||
`ssh -L <port_that_is_blockd_>:localhost:<map_blocked_port> <username>@<ip>`
|
||||
`ssh -L <map_blocked_port>:localhost:<port_that_is_blockd_> <username>@<ip>`
|
||||
|
||||
## SSH Dynamic Port Forwarding
|
||||
|
||||
|
|
Loading…
Reference in a new issue