# SSH

{% embed url="<https://www.poplabsec.com/pivoting-ssh-connections/>" %}

```
ssh -L 3000:localhost:3306 test@192.168.1.30
```
