# agent-uplink: SSH private keys are mounted read-only at ~/.sshclaude (via
# --ssh-key-dir), keeping them out of ~/.ssh so that directory stays writable
# and ssh can create known_hosts itself. Key filenames are arbitrary, so no
# IdentityFile is assumed here: either pass the key explicitly
# (ssh -i ~/.sshclaude/<key> ...) or ship a `config` in the key dir mapping
# hosts to keys, which this includes.
#
# An absolute path is required: ssh only expands '~' in Include for user
# configs, not system-wide ones like this. __USERNAME__ is substituted with the
# agent user at image build time.
Include /home/__USERNAME__/.sshclaude/config
