restart sshd service

This commit is contained in:
Oliver Atkinson 2023-12-14 02:32:30 -07:00
parent d2cc661ed8
commit 9ca6bed8f1

View File

@ -49,6 +49,8 @@ if [ -f /lib/ld-linux.so.2 ]; then
cp --parents /lib/ld-linux.so.2 /$CHROOT
fi
systemctl restart sshd
echo "NOTE: If you are using a shell that is NOT /bin/bash, you need to tell"
echo " chroot that by using: chroot $CHROOT {other shell path}"
echo ""