Skip to content

Commit 768c9cd

Browse files
authored
Do not change ownership of host keys directory (#10)
This line was preventing me from mounting my own persistent host keys. I also don't think it should be owned by the unprivileged tunnel user.
1 parent 27f5f25 commit 768c9cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rootfs/entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ fi
182182
debug_print "Changing ownership of all files and directories..."
183183
chown "${PUID}:${PGID}" \
184184
"${ssh_user_home}" \
185-
"${ssh_host_key_dir}" \
186185
"${ssh_user_home}/.ssh" \
187186
"${ssh_user_home}/.ssh/authorized_keys"
188187
chmod 700 \

0 commit comments

Comments
 (0)