Add OPACK_SSH_USER for weird cases like when OPACK_SYS_USER is already used by the base system
This commit is contained in:
@@ -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 = "$(OPACK_SYS_USER)"
|
||||
config.ssh.username = "$(OPACK_SSH_USER)"
|
||||
config.ssh.extra_args = "-tt"
|
||||
config.ssh.sudo_command = "doas env %c"
|
||||
config.vm.synced_folder ".", "/vagrant", disabled: true
|
||||
|
||||
Reference in New Issue
Block a user