top | item 45500877

(no title)

vindex10 | 4 months ago

It's not only docker. ssh forward port forwarding also by default binds to 0.0.0.0, if `<local>` is missing.

``` ssh -L [<local>:]8000:remote:8000 hopping ```

discuss

order

cozzyd|4 months ago

ssh doesn't mess with your firewall though