vmware / photon-packer-templates

VMware Photon Packer Templates
Apache License 2.0
35 stars 19 forks source link

Vagrant user password expiration. #2

Closed frapposelli closed 8 years ago

frapposelli commented 8 years ago

@brndmg commented on Tue Sep 27 2016

The vagrant password is expiring in the vmware/photon 1.2.0 box.

==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2222
    default: SSH username: vagrant
    default: SSH auth method: private key
The configured shell (config.ssh.shell) is invalid and unable
to properly execute commands. The most common cause for this is
using a shell that is unavailable on the system. Please verify
you're using the full path to the shell and that the shell is
executable by the SSH user.
~/Dev/code/vagrant-project  $ vagrant ssh
You are required to change your password immediately (password aged)
WARNING: Your password has expired.
You must change your password now and login again!
Changing password for vagrant.
(current) UNIX password:

@embano1 commented on Wed Sep 28 2016

Thx, was about to open an issue as well on this since my multi-node deployment (https://github.com/embano1/Vagrant_Docker_Enterprise) fails now. Please fix.

Thank you.