Skip to content

Commit d7d02c8

Browse files
committed
Switch from /etc/ssh to /config/ssh_host_keys
1 parent 2364b2a commit d7d02c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • root/etc/s6-overlay/s6-rc.d/init-openssh-server-config

root/etc/s6-overlay/s6-rc.d/init-openssh-server-config/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fi
4343

4444
# display SSH host public key(s)
4545
echo "SSH host public key(s):"
46-
cat /etc/ssh/ssh_host_*.pub
46+
cat /config/ssh_host_keys/ssh_host_*.pub
4747

4848
# custom port
4949
if [[ -n "${LISTEN_PORT}" ]]; then

0 commit comments

Comments
 (0)