Skip to content

Commit

Permalink
openssh: remove the unused readonly config
Browse files Browse the repository at this point in the history
This is unused and hence confusing since venus does have a
readonly rootfs, but the runtime file are passed as arguments,
instead of duplication a whole config file, so delete it.
  • Loading branch information
jhofstee committed Feb 14, 2025
1 parent 3e573a7 commit a8ae0b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta-venus/recipes-connectivity/openssh/openssh_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ do_install:append() {
# the vnctunnel user to permit ip addresses.
install -d ${D}/${sbindir}
install -m 0755 ${UNPACKDIR}/generate_authorized_keys.sh ${D}/${sbindir}

# remove the readonly file, since the normal sshd_config is used.
rm ${D}${sysconfdir}/ssh/sshd_config_readonly
}

RDEPENDS:${PN} += "bash"
Expand Down

0 comments on commit a8ae0b5

Please sign in to comment.