Commit 73d05416 authored by bobloblaw's avatar bobloblaw
Browse files

Updates port_forwarding_and_tunneling.md

Auto commit by GitBook Editor
parent a0bbfa83
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -290,5 +290,12 @@ Now we can access this port on our machine locally like this.
nc 127.0.0.1 3306
```


## SShuttle

```
sshuttle -r root@10.0.0.1 10.10.10.0/24
```

## References