Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ssh-agent startup when privkey is used #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 2, 2022

  1. Add ssh-agent startup when privkey is used

    This change will:
      - start ssh-agent when privkey auth is used
      - add the key to ssh-agent
      - cleanup the agent once the job is over
    
    Useful for scenarios where Rundeck executes a job where further SSH
    authentication/connection is required (example: rsync).
    sreboot committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    fd36381 View commit details
    Browse the repository at this point in the history