Trying to get in to this vagrant box using Sequel Pro. The Error Detail screen is;
Used command: /usr/bin/ssh -v -N -S none -o ControlMaster=no -o ExitOnForwardFailure=yes -o ConnectTimeout=10 -o NumberOfPasswordPrompts=3 -o TCPKeepAlive=no -o ServerAliveInterval=60 -o ServerAliveCountMax=1 vagrant@control.example.dev -L 57790:127.0.0.1:3306
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: Control socket " none" does not exist
debug1: Connecting to control.example.dev [127.0.0.1] port 22.
debug1: connect to address 127.0.0.1 port 22: Connection refused
ssh: connect to host control.example.dev port 22: Connection refused
I can log in to mysql on the command line once I have ssh'd in (vagrant ssh
).
I can get in just with mysql -uroot -p
and then blank for password.
My connection on Sequel Pro is;
MySQL Host: 127.0.0.1
Username: root
SSH Host: control.example.dev
SH User: vagrant
Everything else is blank!