diff --git a/root/etc/s6-overlay/s6-rc.d/init-openssh-server-config/run b/root/etc/s6-overlay/s6-rc.d/init-openssh-server-config/run index da9a24a..dd560b3 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-openssh-server-config/run +++ b/root/etc/s6-overlay/s6-rc.d/init-openssh-server-config/run @@ -43,7 +43,7 @@ fi # display SSH host public key(s) echo "SSH host public key(s):" -cat /etc/ssh/ssh_host_*.pub +cat /config/ssh_host_keys/ssh_host_*.pub # custom port if [[ -n "${LISTEN_PORT}" ]]; then