-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error creating machine: Error in driver during machine creation: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none password], no supported methods remain #3
Comments
Using |
Hi, I have been quite busy and this driver is a work in progress. there some features that still are not working properly some of those functionalities are inherited from the original driver. going to try to make some space to review this again. |
I released a new version which works with the recent RancherOS version out-of-the-box. Please try that. |
Hi @mhermosi, |
That's the default, which can be omitted if you use the recent RancherOS Proxmox VE iso images.
It's a limitation of the used OS, that sets the password, we only use it. Built your own RancherOS Iso with your password, provide it with the driver and you're golden. |
Hi mhermosi,
I have got an error when starting a docker with
rancheros-proxmoxve-autoformat.iso
following the guide steps inReadme.md
, the error seems like I provide no password.As I know, RancherOS start with a user
rancher
without password in console, there isn't a pretty ssh method unless create an password in console or wget ssh public key to rancher. So which private and public keys shoud I provide to creating a docker with RancherOS without manual steps in console?Btw, had you ever add this node driver
docker-machine-driver-proxmoxve
to Rancher 2.x and create a k8s cluster with it? Rancher 2.x will create some nodes in PVE cluster and start a k8s cluster automatically by your setting. I had test the feature with this driver, but got the same error.Thanks for helping!
Env:
Steps:
Logs:
The text was updated successfully, but these errors were encountered: