2025-06-23 16:42:16 +02:00

9 lines
169 B
Bash

#!/bin/sh
echo "root:${VULNBOX_PASSWORD}" | chpasswd
rc-service sshd start
rc-service nginx start
# This is needed, otherwise
# the machine will close
sleep infinity