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

Resolve ssh hostname aliases with ssh -G #84

Merged
merged 3 commits into from Nov 2, 2022
Merged

Resolve ssh hostname aliases with ssh -G #84

merged 3 commits into from Nov 2, 2022

Commits on Oct 21, 2022

  1. Resolve ssh hostname aliases with ssh -G

    Going through the `ssh` executable ensures that hostnames get resolved using ssh's exact mechanism and alleviates the need for manually parsing and interpreting ssh configuration files.
    mislav committed Oct 21, 2022
    Copy the full SHA
    016fe44 View commit details
    Browse the repository at this point in the history
  2. Fix translateRemotes

    mislav committed Oct 21, 2022
    Copy the full SHA
    c2de2dd View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. add caching

    mislav committed Nov 1, 2022
    Copy the full SHA
    0dd9abb View commit details
    Browse the repository at this point in the history