Skip to content

Commit

Permalink
Switch from /etc/ssh to /config/ssh_host_keys
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminEHowe committed May 3, 2024
1 parent 2364b2a commit d7d02c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/init-openssh-server-config/run
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7d02c8

Please sign in to comment.