vagrant ssh – 在添加synced_folder之后请求密码

我可以stream浪ssh到我的箱子罚款

Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 3.16.0-30-generic x86_64) * Documentation: https://help.ubuntu.com/ Last login: Mon Apr 13 13:05:26 2015 from 10.0.2.2 vagrant@web01:~$ 

在我的configuration脚本中,我添加了以下内容,随后尝试使用nfsrsync

 web.vm.synced_folder ".", "/home/vagrant" 

当我这样做的时候,当我vagrant reload时候,我被要求input密码。

 [email protected]'s password: 

只要我注释了同步的文件夹和stream浪再次加载,我收到以下消息。 我ctrl + c挂起

 ==> web: Attempting graceful shutdown of VM... Text will be echoed in the clear. Please install the HighLine or Termios libraries to suppress echoed text. [email protected]'s password:^C==> web: Waiting for cleanup before exiting... 

我甚至无法重新加载 – 我需要input密码。

所以我不得不消极地vagrant destroyvagrant up再次移除synced_folder行,以便进入stream浪者的箱子。

我不知道这是否有所不同,但我的主机是OSX