radiasoft / rsconf

host config
Apache License 2.0
0 stars 1 forks source link

Fix #474: allow vagrant localhost ssh in vm_devbox #475

Closed e-carlin closed 8 months ago

e-carlin commented 8 months ago

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.

e-carlin commented 8 months ago

@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?

robnagler commented 8 months ago

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).

e-carlin commented 8 months ago

please review again with the addition of passwd -d