无法使用默认的vagrant映像安装Aerospike

无法使用默认的vagrant映像安装Aerospike,vagrant,aerospike,Vagrant,Aerospike,在通过a: ==> default: Forwarding ports... default: 3000 (guest) => 3000 (host) (adapter 1) default: 8081 (guest) => 8081 (host) (adapter 1) default: 22 (guest) => 2222 (host) (adapter 1) ==> default: Running 'pre-boot' VM cust

在通过a:

==> default: Forwarding ports...
    default: 3000 (guest) => 3000 (host) (adapter 1)
    default: 8081 (guest) => 8081 (host) (adapter 1)
    default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2222
    default: SSH username: vagrant
    default: SSH auth method: private key
    default: Warning: Remote connection disconnect. Retrying...
    default: 
    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...
    default: Warning: Authentication failure. Retrying...

你知道如何解决这个问题吗?

这可能取决于你对“流浪者”的看法

请看

建议在文件中添加以下内容

config.ssh.insert_key = false
Vagrant团队计划在其下一版本Vagrant 1.8.6中修复此问题


这可能取决于你对流浪汉的看法

请看

建议在文件中添加以下内容

config.ssh.insert_key = false
Vagrant团队计划在其下一版本Vagrant 1.8.6中修复此问题


您使用的是哪个版本的流浪汉图像?您是在Mac、linux还是Windows上运行它?您使用的是哪个版本的vagrant映像?您是在Mac、linux还是Windows上运行它?