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

Do not disable SSH agent #1285

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

Commits on Nov 25, 2023

  1. Do not disable SSH agent

    The current logic around the SSH agent is flawed and tentatives to fix
    it to cover more cases only leads to more complexity.
    
    As seen in Juniper#648, to this day, nobody really knows why we disable the
    agent. In the meantime, many valid use cases just don't work because of
    disabling the agent, including the good practice to use encrypted
    private key files. I think it is time to bite the bullet and just leave
    the agent always on: "ssh" from OpenSSH does not have an option to
    disable the agent and nobody complains about this.
    vincentbernat committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    f517359 View commit details
    Browse the repository at this point in the history