Wpis z mikrobloga

mam problem z vagrant'em (a dokładnie z paczką wygenerowaną z puphpet.com

za pierwszym razem podniesienie maszyny powodzi się, kiedy zrobię vagrant destroy i ponownie up pojawia się kilkakrotnie komunikat:

default: Vagrant insecure key detected. Vagrant will automatically replace
default: this with a newly generated keypair for better security.
default:
default: Inserting generated public key within guest...
default: Removing insecure key from the guest if it's present...
default: Key inserted! Disconnecting and reconnecting using new SSH key...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
default: Warning: Authentication failure. Retrying...
...

pomaga dopiero usuniecie kluczy z puphpet/files/dot/ssh i zostawienie jedynie insecureprivatekey

ki czort ?

#vagrant #virtualizacja #linux