Sign in
android-kvm
/
buildroot
/
2766f346195dec29b53bc09f6038193998ea3693
/
.
/
support
/
testing
/
tests
/
package
/
test_openssh
/
post-build.sh
blob: 5a81ede564fea5404b5834723f59a2cd01e49a8e [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
cat
<<
_EOF_
>>
"${TARGET_DIR}/etc/ssh/sshd_config"
PermitRootLogin
yes
PasswordAuthentication
yes
_EOF_