Skip to content
Snippets Groups Projects

try chmoding key

Merged Charlotte Hausman requested to merge fix-ssh-weirds into main
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
3 3 image: python:3.10-slim
4 4 before_script:
5 5 - mkdir -p ~/.ssh
6 - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
6 - 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
7 7 - eval $(ssh-agent -s)
8 - chmod 400 "$SSH_PRIVATE_KEY"
  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Charlotte Hausman enabled an automatic merge when the pipeline for 9ad6a902 succeeds

    enabled an automatic merge when the pipeline for 9ad6a902 succeeds

  • mentioned in commit 3528aa29

  • Please register or sign in to reply
    Loading