Skip to content

Conversation

@luojiyin1987
Copy link

Summary

  • Use trap to ensure temp SSH key file is cleaned up on exit
  • Use printf '%s' instead of echo for safer secret handling (avoids escape character interpretation)

Test plan

  • Verify e2e workflow runs successfully
  • Confirm temp key file is removed after test completion

🤖 Generated with Claude Code

@copy-pr-bot
Copy link

copy-pr-bot bot commented Dec 19, 2025

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

  - use trap to ensure temp key file cleanup on exit
  - use printf instead of echo for safer secret handling

Signed-off-by: luojiyin <[email protected]>
@luojiyin1987 luojiyin1987 force-pushed the security/e2e-ssh-key-handling branch from cae7d42 to 8ac79f7 Compare December 19, 2025 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant