blob: 6ca438834fe3d7e7e7cd0e269010dfd18fe9d10d [file] [log] [blame]
#! /bin/bash
# SPDX-License-Identifier: BSD-2-Clause
sed -i -e 's/#PermitEmptyPasswords no/PermitEmptyPasswords yes/' "$TARGET_DIR"/etc/ssh/sshd_config
sed -i -e 's/#PermitRootLogin prohibit-password/PermitRootLogin yes/' "$TARGET_DIR"/etc/ssh/sshd_config