You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ubuntu-20.04.5-live-server-amd64.iso alongside virtualbox builder. The VM starts successfully only to fail connecting to host's SSH with below error:
2023/01/26 14:41:48 packer-builder-virtualbox-iso plugin: [INFO] Attempting SSH connection to 127.0.0.1:2455...
2023/01/26 14:41:48 packer-builder-virtualbox-iso plugin: [DEBUG] reconnecting to TCP connection for SSH
2023/01/26 14:41:48 packer-builder-virtualbox-iso plugin: [DEBUG] handshaking with SSH
2023/01/26 14:41:51 packer-builder-virtualbox-iso plugin: [DEBUG] SSH handshake err: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none password], no supported methods remain
packer version
# Packer v1.8.5
This is the user-data file I'm using where the username & password are ubuntu.
Are there any prerequisite steps that I'm missing?
The text was updated successfully, but these errors were encountered:
urmilajn
changed the title
VisualBox builder fails with ssh: unable to authenticate, attempted methods [none password], no supported methods remain
Packer visualBox builder fails with ssh: unable to authenticate, attempted methods [none password], no supported methods remain
Jan 27, 2023
urmilajn
changed the title
Packer visualBox builder fails with ssh: unable to authenticate, attempted methods [none password], no supported methods remain
Packer VisualBox builder fails with ssh: unable to authenticate, attempted methods [none password], no supported methods remain
Jan 27, 2023
I'm using
ubuntu-20.04.5-live-server-amd64.iso
alongside virtualbox builder. The VM starts successfully only to fail connecting to host's SSH with below error:packer version # Packer v1.8.5
This is the
user-data
file I'm using where the username & password areubuntu
.This is the
.pkr.hcl
file.Are there any prerequisite steps that I'm missing?
The text was updated successfully, but these errors were encountered: