Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current configuration prevent ssh login by password #37

Open
dixonsiu opened this issue Feb 4, 2019 · 0 comments
Open

Current configuration prevent ssh login by password #37

dixonsiu opened this issue Feb 4, 2019 · 0 comments

Comments

@dixonsiu
Copy link
Member

dixonsiu commented Feb 4, 2019

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant