Installed different distro in Vagrant. Now can't SSH into MySQL -
Installed different distro in Vagrant. Now can't SSH into MySQL -
i using ubuntu precise32 , switched 14.04. utilize jeffrey way's setup (https://github.com/jeffreyway/vagrant-setup) , works. can 'vagrant ssh' , log in, , log root username/password root/root.
when seek using sequel pro gui, next error:
used command: /usr/bin/ssh -v -n -o controlmaster=no -o exitonforwardfailure=yes -o connecttimeout=10 -o numberofpasswordprompts=3 -i /users/chrisfarrugia/.vagrant.d/insecure_private_key -o tcpkeepalive=no -o serveraliveinterval=60 -o serveralivecountmax=1 -p 2222 vagrant@127.0.0.1 -l 52688/127.0.0.1/3306 -l 52689/127.0.0.1/3306 openssh_6.2p2, osslshim 0.9.8r 8 dec 2011 debug1: reading configuration info /etc/ssh_config debug1: /etc/ssh_config line 20: applying options * debug1: connecting 127.0.0.1 [127.0.0.1] port 2222. debug1: fd 3 clearing o_nonblock debug1: connection established. debug1: identity file /users/chrisfarrugia/.vagrant.d/insecure_private_key type -1 debug1: identity file /users/chrisfarrugia/.vagrant.d/insecure_private_key-cert type -1 debug1: enabling compatibility mode protocol 2.0 debug1: local version string ssh-2.0-openssh_6.2 debug1: remote protocol version 2.0, remote software version openssh_6.6.1p1 ubuntu-2ubuntu2 debug1: match: openssh_6.6.1p1 ubuntu-2ubuntu2 pat openssh* debug1: ssh2_msg_kexinit sent debug1: ssh2_msg_kexinit received debug1: kex: server->client aes128-ctr hmac-md5-etm@openssh.com none debug1: kex: client->server aes128-ctr hmac-md5-etm@openssh.com none debug1: ssh2_msg_kex_dh_gex_request(1024<1024<8192) sent debug1: expecting ssh2_msg_kex_dh_gex_group debug1: ssh2_msg_kex_dh_gex_init sent debug1: expecting ssh2_msg_kex_dh_gex_reply debug1: server host key: rsa 9d:7c:86:00:20:5a:ca:ef:a0:8a:01:c6:ad:34:cf:de @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ warning: remote host identification has changed! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ possible doing nasty! eavesdropping on right (man-in-the-middle attack)! possible host key has been changed. fingerprint rsa key sent remote host 9d:7c:86:00:20:5a:ca:ef:a0:8a:01:c6:ad:34:cf:de. please contact scheme administrator. add together right host key in /users/chrisfarrugia/.ssh/known_hosts rid of message. offending rsa key in /users/chrisfarrugia/.ssh/known_hosts:1 rsa host key [127.0.0.1]:2222 has changed , have requested strict checking. host key verification failed.
what doing incorrectly here? here's screenshot of setup in sequel pro.
i found answer. had remove entry in known_hosts file 127.0.0.1 , worked after that.
the file located @ ~/.ssh/known_hosts
ssh vagrant ssh-keys sequelpro
Comments
Post a Comment