-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix #474: allow vagrant localhost ssh in vm_devbox #475
Conversation
@robnagler you mentioned using unique passwords for vagrant instead of the default. Is that still something you think is necessary? I'll need to test that nothing breaks but I assume we can just set the password for the vagrant user when provisioning the vm. Also, should we change the root password? |
dbbbabe
to
4bec2d0
Compare
Allow ssh connections from vagrant over localhost in vm_devbox. This allows services like sirepo.job_driver.sbatch to connect over localhost back in to the host via ssh to start a job_agent.
We should delete the password for the vagrant user and root. The user can then set the password when they need it. We should add a quick check on setup of Slurm that tells the user what to do (what env var to set, for example). |
please review again with the addition of |
…into 474-devbox-ssh
Allow ssh connections from vagrant over localhost in vm_devbox. This allows services like sirepo.job_driver.sbatch to connect over localhost back in to the host via ssh to start a job_agent.