Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Docker Toolbox SSH Login

I update my boot2docker to DockerToolbox.

Now I try to connect to my database with Sequal Pro (MySQL Client) but my ssh Login to my VM fails with the following username and password:

IP: 192.168.99.100

User: docker

Password: tcuser

How can I find the right username and password for ssh login in DockerToolbox?

enter image description here

When I try to connect with terminal I see following warning

enter image description here

like image 710
codinglimo Avatar asked Aug 15 '15 17:08

codinglimo


1 Answers

After deleting the line with ip 192.168.99.100 from known_hosts file it works!

like image 183
codinglimo Avatar answered Oct 06 '22 07:10

codinglimo