I am running Laravel on Vagrant and I am trying to connect Sequel Pro.
I have just started using Vagrant, I have followed a few tutorials on connecting to Sequel Pro how
One can use vagrant port
to check the current port forwarding (in case one has several vagrant boxes).
Also if the case is more than one vagrant box the issue could be that a new ssh key must be added to the host's .ssh/known_hosts
by:
commenting the first vagrant box host in the host's .ssh/known_hosts
;
adding the second vagrant box host through the Sequel Pro test connection dialog;
uncommenting the first vagrant box host in the host's .ssh/known_hosts
.
So both vagrant boxes (each one with it's own key) are now known.