initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cat <<_EOF_ >>"${TARGET_DIR}/etc/ssh/sshd_config"
|
||||
PermitRootLogin yes
|
||||
PasswordAuthentication yes
|
||||
_EOF_
|
||||
Reference in New Issue
Block a user