xref: /OK3568_Linux_fs/buildroot/support/testing/tests/package/test_openssh/post-build.sh (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#!/usr/bin/env bash
2
3cat <<_EOF_ >>"${TARGET_DIR}/etc/ssh/sshd_config"
4PermitRootLogin yes
5PasswordAuthentication yes
6_EOF_
7