5 ms·
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 ```
by vindex10 1y 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
```
- cozzyd 1y agossh doesn't mess with your firewall though