diff --git a/gitea/Containerfile b/gitea/Containerfile
index c76d31a..57303f9 100644
--- a/gitea/Containerfile
+++ b/gitea/Containerfile
@@ -58,7 +58,7 @@ RUN mkdir -p /vol/log && \
 ###
 
 # copy sshd config
-COPY assets/sshd_config
+COPY assets/sshd_config /etc/ssh/sshd_config
 
 # make link to keys volume
 RUN ln -s /vol/keys /etc/ssh/keys