--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/31cb1fab-3a44-45ef-964d-958aded92d17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The authenticity of host '[localhost]:2222 ([127.0.0.1]:2222)' can't be established.
ECDSA key fingerprint is SHA256:6wimww6bqYgs4b2ABrI73LCuvnlvMjQ1a0UkrNOZLb0.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '[localhost]:2222' (ECDSA) to the list of known hosts.
vagrant@localhost's password:
Welcome to Ubuntu 14.04.5 LTS (GNU/Linux 3.13.0-96-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Sun Oct 2 19:38:35 UTC 2016
System load: 0.22 Processes: 79
Usage of /: 3.5% of 39.34GB Users logged in: 0
Memory usage: 24% IP address for eth0: 10.0.2.15
Swap usage: 0%
Graph this data and manage this system at:
https://landscape.canonical.com/
Get cloud support with Ubuntu Advantage Cloud Guest:
http://www.ubuntu.com/business/services/cloud
0 packages can be updated.
0 updates are security updates.
New release '16.04.1 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
Last login: Sat Oct 1 01:58:53 2016 from 10.0.2.2
vagrant@vagrant-ubuntu-trusty-64:~$
Back to comments:
This like the box is up and running, though when I try to run a php file like this in a browser:
http://http://localhost:8080/Sites3/world.php
The browser says "Localhost refuses to connect"
When I do exactly the same thing in another directory, the connection is made and the rsult of the php script is displayed in the browser.
I must say that each time before I do I try to run "ssh -l vagrant -p 2222 localhost" after running "vagrant up" I get the message:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the ECDSA key sent by the remote host is
SHA256:6wimww6bqYgs4b2ABrI73LCuvnlvMjQ1a0UkrNOZLb0.
Please contact your system administrator.
Add correct host key in /Users/studio/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /Users/studio/.ssh/known_hosts:4
ECDSA host key for [localhost]:2222 has changed and you have requested strict checking.
Host key verification failed.
I then have to delete the localhost key from the "~/,ssh/known_hosts" file and then it runs as above but will still not serve the file world.php.
Thanks,
--Kenoli
http://http://localhost:8080/Sites3/world.php
The browser says "Localhost refuses to connect"