OSX で vagrant up したときに、下記のようなメッセージが出て止まってしまうことがある。
An error occurred in the underlying SSH library that Vagrant uses.
The error message is shown below. In many cases, errors from this library are caused by ssh-agent issues. Try disabling your SSH agent or removing some keys and try again.If the problem persists, please report a bug to the net-ssh project.
timeout during server version negotiating
言われたとおり素直に killall ssh-agent すると治る。
既に running 状態の場合、vagrant reload --provision する必要あり。
- OSX 10.11.3 El Capitan
- vagrant 1.8.1