fix(gitea-ssh-accelerators): ESO mounts the key as private_key, not id_ed25519 — matches gitea-ssh/v1 and the acct secret's data keys
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
# path anyway.)
|
||||
set -euo pipefail
|
||||
|
||||
SSH_KEY_SRC="/run/agent/secrets/gitea-ssh-accelerators/id_ed25519"
|
||||
SSH_KEY_SRC="/run/agent/secrets/gitea-ssh-accelerators/private_key"
|
||||
SSH_KEY_DST="/home/agent/.ssh/gitea-oreillyit-nz-accelerators"
|
||||
|
||||
if [ ! -r "$SSH_KEY_SRC" ]; then
|
||||
|
||||
Reference in New Issue
Block a user