Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- +------------------------------------------------------------------------------+
- | (0) activate-ssh-key@4.0.2 |
- +------------------------------------------------------------------------------+
- | id: activate-ssh-key |
- | version: 4.0.2 |
- | collection: https://github.com/bitrise-io/bitrise-steplib.git |
- | toolkit: go |
- | time: 2018-08-09T15:11:49+02:00 |
- +------------------------------------------------------------------------------+
- | |
- Config:
- - SSHRsaPrivateKey: *****
- - SSHKeySavePath: /Users/ios-slave/.ssh/bitrise_step_activate_ssh_key
- - IsRemoveOtherIdentities: true
- - Verbose: false
- $ ssh-add "-l"
- ssh_agent_check_result: 1
- running / accessible ssh-agent detected
- $ ssh-add "-D"
- All identities removed.
- $ ssh-agent "-k"
- SSH_AGENT_PID not set, cannot kill agent
- Exit code: exit status 1
- $ bash "-c" "/tmp/spawn280847352/tmp_spawn.sh"
- spawn ssh-add /Users/ios-slave/.ssh/bitrise_step_activate_ssh_key
- Enter passphrase for /Users/ios-slave/.ssh/bitrise_step_activate_ssh_key:
- Exit code: 1
- Error, Failed to add the SSH key to ssh-agent with an empty passphrase
- | |
- +---+---------------------------------------------------------------+----------+
- | x | activate-ssh-key@4.0.2 (exit code: 1) | 1.06 sec |
- +---+---------------------------------------------------------------+----------+
- | Issue tracker: https://github.com/bitrise-io/steps-activate-ssh-key/issues |
- | Source: https://github.com/bitrise-io/steps-activate-ssh-key |
- +---+---------------------------------------------------------------+----------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement