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

Ssh agent forward shellenv #351

Open
wants to merge 2 commits into
base: staging
Choose a base branch
from

Commits on Nov 12, 2024

  1. Doc: Add ssh-agent option to kas

    Kas will not forward the ssh-agent socket by default which means
    authentication to private git repositories will fail through our
    commands.
    deribaucourt committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d64a18a View commit details
    Browse the repository at this point in the history
  2. Refactor: Use stric shell env for commands

    The previous code duplicated the logic to prepare the shell environment
    in temrinal profile and regular commands. Let's properly define the
    same one in both places.
    deribaucourt committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7a19549 View commit details
    Browse the repository at this point in the history