able-dream-65187
05/18/2022, 5:24 PM2022/05/18 14:43:19 [INFO] [node-controller-rancher-machine] Docker is up and running!
2022/05/18 14:43:19 [INFO] [node-controller-rancher-machine] (staging-worker-5) Closing plugin on server side
2022/05/18 14:43:19 [INFO] [node-controller-rancher-machine] (flag-lookup) Closing plugin on server side
2022/05/18 14:43:20 [INFO] Generating and uploading node config staging-worker-5
2022/05/18 14:43:20 [ERROR] [node] enqueing node pool c-b87mv:np-7wt7s
2022/05/18 14:43:20 [ERROR] error syncing 'c-b87mv/m-vglz6': handler node-controller: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
I’ve googled around, and I can’t find much about this error, so I’m hoping someone can help me out, thanks in advance.miniature-megabyte-23048
05/18/2022, 5:44 PMable-dream-65187
05/18/2022, 5:47 PMwaiting for ssh to become available
issue, but I got past that by adding this line to `/etc/cloud/cloud.cfg.d/99-installer.cfg`:
datasource_list: [ "NoCloud", "VMwareGuestInfo" ]
And I ran these commands as suggested by a bug report I found on github:
rm -fr /var/lib/cloud/instances/
rm -fr /var/lib/cloud/instance
rm -f /etc/machine-id /var/lib/dbus/machine-id
truncate -s 0 /etc/machine-id
ln -s /etc/machine-id /var/lib/dbus/machine-id
ssh-rsa
by default. I had to modify my ssh config to allow it.miniature-megabyte-23048
05/18/2022, 9:12 PMable-dream-65187
05/18/2022, 9:13 PMssh-rsa