Skip to content

Commit e865620

Browse files
committed
Fix openssh build
1 parent b3519ba commit e865620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meta-dstack/recipes-connectivity/openssh/openssh_%.bbappend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SRC_URI += "file://disable-password-auth.conf"
44

55
do_install:append() {
66
install -d ${D}${sysconfdir}/ssh/sshd_config.d
7-
install -m 0644 ${UNPACKDIR}/disable-password-auth.conf ${D}${sysconfdir}/ssh/sshd_config.d/
7+
install -m 0644 ${WORKDIR}/disable-password-auth.conf ${D}${sysconfdir}/ssh/sshd_config.d/
88
}
99

1010
FILES:${PN}-sshd += "${sysconfdir}/ssh/sshd_config.d/"

0 commit comments

Comments
 (0)