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
While building and testing official vagrant boxes of AlmaLinux OS, stumbled upon with a password prompt as a result of vagrant ssh command. Which means the publickey based SSH authentication is not working.
The problem seems similar with #13309 but provider is different and some replies says the latest version (2.4.1) carries the necessary fixed already. I thought maybe it is provider specific issue and deserves to be reported as a separate issue.
Let me know whether you also can reproduce the issue, if not I can provider outputs with debugging enabled. Here some information about how I get OpenSSH and Vagrant installed:
While building and testing official vagrant boxes of AlmaLinux OS, stumbled upon with a password prompt as a result of
vagrant ssh
command. Which means the publickey based SSH authentication is not working.The problem seems similar with #13309 but provider is different and some replies says the latest version (2.4.1) carries the necessary fixed already. I thought maybe it is provider specific issue and deserves to be reported as a separate issue.
Let me know whether you also can reproduce the issue, if not I can provider outputs with debugging enabled. Here some information about how I get OpenSSH and Vagrant installed:
Using PowerShell Core as terminal.
Debug output
Putting here, as my next move if debug level of output is needed.
vagrant up --debug 2>&1 | Tee-Object -FilePath ".\vagrant_up_debug.log"
vagrant ssh --debug 2>&1 | Tee-Object -FilePath ".\vagrant_ssh_debug.log"
Expected behavior
Log in the vagrant VM.
Actual behavior
Reproduction information
Vagrant version
Host operating system
Windows Server 2022 Datacenter
Guest operating system
Steps to reproduce
vagrant init almalinux/9
orvagrant init almalinux/8
orvagrant init generic/centos9s
vagrant up
vagrant ssh
Vagrantfile
Generated by the
vagrant init
command.The text was updated successfully, but these errors were encountered: