jedi4ever / veewee

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

Fix ssh auth for FreeBSD box builds #926

Closed lukebakken closed 10 years ago

lukebakken commented 10 years ago

Setting :auth_modes to ['password','publickey'] does not work for FreeBSD. Adding keyboard-interactive to the list allows FreeBSD boxes to be built.