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
when using "vagrant ssh" works without any problem, the test also shows that it correctly substitutes the variable.
Expected behavior
Correct command execution on linux.
Actual behavior
==> test1: Running provisioner: shell...
test1: Running: inline script
test1: New password: Retype new password: Sorry, passwords do not match.
test1: passwd: Authentication token manipulation error
test1: passwd: password unchanged
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
Reproduction information
Vagrant version
Host operating system
Windows 10 with hyper-v
Guest operating system
ubuntu linux, mint linux,debian
Steps to reproduce
Above stated
The text was updated successfully, but these errors were encountered:
in vagrantfile:
when using "vagrant ssh" works without any problem, the test also shows that it correctly substitutes the variable.
Expected behavior
Correct command execution on linux.
Actual behavior
Reproduction information
Vagrant version
Host operating system
Windows 10 with hyper-v
Guest operating system
ubuntu linux, mint linux,debian
Steps to reproduce
Above stated
The text was updated successfully, but these errors were encountered: