From 58eae3eedcb68e4123c81364d1bf4df879054b22 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 3 Feb 2023 08:43:21 +0100 Subject: Opened ssh access (only with key) --- board/post-build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'board/post-build.sh') diff --git a/board/post-build.sh b/board/post-build.sh index 5501359..c41c3a5 100755 --- a/board/post-build.sh +++ b/board/post-build.sh @@ -19,6 +19,7 @@ sed -ie '/^\/dev\/root/ s/rw 0 1/ro 0 0/' "${TARGET_DIR}/etc/fstab" . "${BR2_EXTERNAL_PIAUDIO_PATH}/board/pulseaudio.sh" . "${BR2_EXTERNAL_PIAUDIO_PATH}/board/bluetooth.sh" . "${BR2_EXTERNAL_PIAUDIO_PATH}/board/mpd.sh" +. "${BR2_EXTERNAL_PIAUDIO_PATH}/board/ssh.sh" mkdir -p "${TARGET_DIR}"/etc/systemd/system/getty.target.wants # Add a console on ttyAMA0 and enable auto login -- cgit v1.2.3