Closed (fixed)
Project:
Drush Vagrant Integration
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2012 at 16:32 UTC
Updated:
29 Aug 2012 at 19:41 UTC
If id_rsa.pub fails during build, 'drush vagrant-shell' will fail.
Comments
Comment #1
helmo commentedI've also ran into this a couple of times.
Not sure why this is happening, but afterwards the situation is not handles properly.
Analysis:
* drush vagrant shell is called to determine the fqdn and IP
* In drush_vagrant_shell() drush_shell_exec_interactive is calling ssh
* The resulting status code is not properly saved/returned
* Thus the string "Permission denied (publickey,password)." is stored as fqdn
The drushrc contains an invalid fqdn and IP:
Log:
Comment #2
ergonlogicThis should be fixed with a commit from a couple weeks ago, wherein we now specify '--default-user' when calling vagrant-shell during builds.
Comment #3
helmo commentedThat has probably fixed the root cause. However the lack of error handling that allowed the string "Permission denied (publickey,password)." to be stored as fqdn is probably not changed.... but that's for a later moment....