Update Cheat Sheet.md

This commit is contained in:
AbdullahRizwan101 2020-11-05 11:59:26 -05:00 committed by GitHub
parent f7952e1626
commit 84694ee4a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,6 +78,8 @@ $ kill %1
[1]+ Terminated sleep 100
```
### SSH Port Forwarding
`ssh -L <port_that_is_blockd_>:localhost:<map_blocked_port> <username>@<ip>`
# Windows