Advertisement
Guest User

Untitled

a guest
Aug 9th, 2018
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. +------------------------------------------------------------------------------+
  2. | (0) activate-ssh-key@4.0.2 |
  3. +------------------------------------------------------------------------------+
  4. | id: activate-ssh-key |
  5. | version: 4.0.2 |
  6. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  7. | toolkit: go |
  8. | time: 2018-08-09T15:11:49+02:00 |
  9. +------------------------------------------------------------------------------+
  10. | |
  11. Config:
  12. - SSHRsaPrivateKey: *****
  13. - SSHKeySavePath: /Users/ios-slave/.ssh/bitrise_step_activate_ssh_key
  14. - IsRemoveOtherIdentities: true
  15. - Verbose: false
  16.  
  17. $ ssh-add "-l"
  18. ssh_agent_check_result: 1
  19. running / accessible ssh-agent detected
  20.  
  21. $ ssh-add "-D"
  22. All identities removed.
  23.  
  24. $ ssh-agent "-k"
  25. SSH_AGENT_PID not set, cannot kill agent
  26. Exit code: exit status 1
  27.  
  28. $ bash "-c" "/tmp/spawn280847352/tmp_spawn.sh"
  29. spawn ssh-add /Users/ios-slave/.ssh/bitrise_step_activate_ssh_key
  30. Enter passphrase for /Users/ios-slave/.ssh/bitrise_step_activate_ssh_key:
  31. Exit code: 1
  32. Error, Failed to add the SSH key to ssh-agent with an empty passphrase
  33. | |
  34. +---+---------------------------------------------------------------+----------+
  35. | x | activate-ssh-key@4.0.2 (exit code: 1) | 1.06 sec |
  36. +---+---------------------------------------------------------------+----------+
  37. | Issue tracker: https://github.com/bitrise-io/steps-activate-ssh-key/issues |
  38. | Source: https://github.com/bitrise-io/steps-activate-ssh-key |
  39. +---+---------------------------------------------------------------+----------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement