mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
7 lines
124 B
Bash
Executable File
7 lines
124 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cat <<_EOF_ >>"${TARGET_DIR}/etc/ssh/sshd_config"
|
|
PermitRootLogin yes
|
|
PasswordAuthentication yes
|
|
_EOF_
|