Skip to content

Commit

Permalink
Merge pull request #63 from gibizer/ssh-fix-for-edpm-sos
Browse files Browse the repository at this point in the history
Fix missing EDPM SOS reports
  • Loading branch information
openshift-merge-bot[bot] authored Jun 18, 2024
2 parents d9d3a45 + 5c38ec1 commit 580d117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collection-scripts/gather_edpm_sos
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [[ -n "$SOS_EDPM_PLUGINS" ]]; then
fi

SSH () {
ssh -i "$key_path" "${username}@${address}" -o StrictHostKeyChecking=accept-new "$@"
ssh -n -i "$key_path" "${username}@${address}" -o StrictHostKeyChecking=accept-new "$@"
}

gather_edpm_sos () {
Expand Down

0 comments on commit 580d117

Please sign in to comment.