Files
shredos.x86_64/support/testing/tests/package/test_openssh/post-build.sh
2021-11-23 23:01:30 +00:00

7 lines
124 B
Bash
Executable File

#!/usr/bin/env bash
cat <<_EOF_ >>"${TARGET_DIR}/etc/ssh/sshd_config"
PermitRootLogin yes
PasswordAuthentication yes
_EOF_