jedi4ever / veewee

Easing the building of vagrant boxes
MIT License
4.29k stars 779 forks source link

Can't build box vmware-fusion #934

Closed n0ts closed 10 years ago

n0ts commented 10 years ago

I can't build box vmware-fusion.

$ veewee fusion build 'CentOS-6.4-x86_64-minimal'

I got a below error. Vagrant version is 1.5.3

Building Box ...
...
Waiting for ssh login on 192.168.82.136 with user vagrant to sshd on port => 22 to work, timeout=10000 sec
........................./.../ruby/2.1.0/gems/net-ssh-2.7.0/lib/net/ssh/transport/algorithms.rb:216:in `block in prepare_preferred_algorithms!': unsupported hmac algorithm: `umac-64@openssh.com' (NotImplementedError)
n0ts commented 10 years ago

Sorry, It's problem about net-ssh gem. My $HOME/.ssh/config "HACs umac-64@openssh.com..." is problem. Thanks.