More readme, more security

This commit is contained in:
Samuel Aubertin
2023-09-21 19:48:53 +02:00
parent 180159c8ab
commit d616996ddf
6 changed files with 115 additions and 58 deletions

View File

@@ -7,7 +7,7 @@ Vagrant.configure("2") do |config|
config.vm.define "$(OPACK_TARGET)"
config.vm.box = "$(OPACK_BOX_TAG)"
config.ssh.shell = "ksh -l"
config.ssh.username = "root"
config.ssh.username = "$(OPACK_SYS_USER)"
config.ssh.extra_args = "-tt"
config.ssh.sudo_command = "doas env %c"
config.vm.synced_folder ".", "/vagrant", disabled: true