post-build.sh 124 B

123456
  1. #!/usr/bin/env bash
  2. cat <<_EOF_ >>"${TARGET_DIR}/etc/ssh/sshd_config"
  3. PermitRootLogin yes
  4. PasswordAuthentication yes
  5. _EOF_