ssh-agent
ssh-agent copied to clipboard
Public Key Printed Out Even With log-public-key set to false
Using your GitHub action as follows:
name: Add SSH Key to Agent
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.MOBSITES_SSH_PRIVATE_KEY }}
log-public-key: false
However, public key is still logged in GitHub Workflow logs when step runs.
Facing the same issue.
This sounds similar to #75, #81 and #89 and #167. Are you sure it's the private key that's being logged and not the public key fingerprint?
Who said anything about the private key being logged out?
Sorry for not reading your message properly.