CoreOS Vagrant Virtual box SSH password

◇◆丶佛笑我妖孽 提交于 2019-12-04 18:02:17

By default there is no password set for the core user, only key-based authentication. If you'd like to set a password this can be done via cloud-config.

Place the cloud-config file in a user-data file within the cloned repository. View user-data.sample for an example.

A better method would be to follow this guide so that you can use vagrant ssh as it was designed.

shilovk

By default for Vagrant:

user: vagrant

password: vagrant

..vagrant up again it comes up with Authentication failure warning and retries endlessly.

I think because it make connect with wrong ssh public key. To change it read this: https://stackoverflow.com/a/23554973/3563993

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!