#!/bin/sh PASSWD=hello FLAG=AAAAA echo "root:$PASSWD" | chpasswd echo "$FLAG" > /root/flag.txt /usr/sbin/sshd -D