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

feat: SSH-Agent Support #306

Merged
merged 12 commits into from
May 22, 2023
Merged

feat: SSH-Agent Support #306

merged 12 commits into from
May 22, 2023

Commits on May 22, 2023

  1. chore: add agent configuration bool

    zoop authored and bpg committed May 22, 2023
    Configuration menu
    Copy the full SHA
    e4d46c7 View commit details
    Browse the repository at this point in the history
  2. feat: add ssh-agent authentication mechanism for linux

    zoop authored and bpg committed May 22, 2023
    Configuration menu
    Copy the full SHA
    28b8d03 View commit details
    Browse the repository at this point in the history
  3. chore: make sure ssh-agent auth is only executed on linux

    zoop authored and bpg committed May 22, 2023
    Configuration menu
    Copy the full SHA
    f22844b View commit details
    Browse the repository at this point in the history
  4. chore: add ssh user override

    zoop authored and bpg committed May 22, 2023
    Configuration menu
    Copy the full SHA
    75d2c57 View commit details
    Browse the repository at this point in the history
  5. chore: add ssh configuration block, check ssh config during VirtualEn…

    …vironmentClient creation
    zoop authored and bpg committed May 22, 2023
    Configuration menu
    Copy the full SHA
    a4d0dbe View commit details
    Browse the repository at this point in the history
  6. fix: handle case of empty ssh config block

    zoop authored and bpg committed May 22, 2023
    Configuration menu
    Copy the full SHA
    dc3726e View commit details
    Browse the repository at this point in the history
  7. chore: add ssh password auth fallback logic

    zoop authored and bpg committed May 22, 2023
    Configuration menu
    Copy the full SHA
    35c25e2 View commit details
    Browse the repository at this point in the history
  8. fix: remove not needed runtime

    zoop authored and bpg committed May 22, 2023
    Configuration menu
    Copy the full SHA
    caa5fcf View commit details
    Browse the repository at this point in the history
  9. fix linter errors & re-format

    bpg committed May 22, 2023
    Configuration menu
    Copy the full SHA
    0af64dc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2576338 View commit details
    Browse the repository at this point in the history
  11. add agent_socket parameter

    bpg committed May 22, 2023
    Configuration menu
    Copy the full SHA
    95c195d View commit details
    Browse the repository at this point in the history
  12. update docs and examples

    bpg committed May 22, 2023
    Configuration menu
    Copy the full SHA
    3310e20 View commit details
    Browse the repository at this point in the history