Today I needed to connect to MySQL server in vagrant using SequelPro. But I did not want to open the server IP/ports to the whole network.
I was looking a way to connect to my server then I found out that SequelPro allows you to open an SSH tunnel to your server to connect MySQL server. Using the SSH settings of vagrant, I was not able to connect to my server in order to connect to MySQL Server.