Avoid exposing passwords in the process list, use a password file.

This commit is contained in:
Andreas B. Mundt 2024-01-19 21:43:32 +01:00
parent 917b45aadc
commit 57ec856f49
7 changed files with 156 additions and 131 deletions

View file

@ -1,8 +1,9 @@
# variables for LMN VM submodule
SEEDBOX_HOST=seedbox.pn.steinbeis.schule
SEEDBOX_HOST="seedbox.pn.steinbeis.schule"
SEEDBOX_PORT=6789
SEEDBOX_RPC_PORT=6800
SEEDBOX_PWFILE="/etc/lmn/uploadseed.conf"
VM_SYSDIR="/lmn/vm"
if [[ -v SUDO_UID ]]; then