personium / setup-vagrant

Vagrantfile and ansible for setting up of personium.io
Apache License 2.0
4 stars 9 forks source link

Current configuration prevent ssh login by password #37

Open dixonsiu opened 5 years ago

dixonsiu commented 5 years ago

It would be great to allow user to choose whether to ssh by password or not.

This configuration is useful when a user creates a new box by vagrant package command. Currently, the Vagrantfile does not do anything.

Configure manually

  1. login to from VirtualBox screen.
  2. Uncomment the following line in "/etc/ssh/sshd_config". PasswordAuthentication yes
  3. Exexute the following command to restart sshd service.
    systemctl restart sshd.service