# SSH

# Forward de port

```shell
ssh -L [LOCAL_PORT]:[REMOTE_IP]:[REMOTE_PORT] remote_ssh.server
```