9 lines
169 B
Bash
Raw Normal View History

2025-06-23 16:42:16 +02:00
#!/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