Skip to content

Remove inoperative stdout redirect of ssh-add

A. I. Oleynikov requested to merge (removed):ssh-add-no-redirect into master

In a command echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null the > /dev/null part has no effect, since ssh-add writes to stderr, not to stdout. This MR removes this part of the command.

Closes #15 (closed).

Edited by A. I. Oleynikov

Merge request reports