# SSH Tunnel

```
ssh -L 127.0.0.1:3389:192.168.4.222:3389 -N conor@cbcore
```

-N = Don't execute command on remote server  
-L = Specifies local port forwarding