Update Cheat Sheet.md

This commit is contained in:
ARZ 2021-07-01 13:54:53 +05:00 committed by GitHub
parent cc1ff4e3ee
commit 55f65ae1a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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