Skip to content

Make path to config file variable instead of ~/.ssh/config #83

Description

@omani

Checks

Motivation

you are one change away in your cmd/main.go to introduce a killer feature.

Implementation

sshConfigFile := filepath.Join(home, ".ssh", "config")

make this dynamic. let me be able to specify a path to my various ssh config files (I have a lot in different places, not only one ~/.ssh/config).

read from env vars or cli flags or stdin, I dont care. make it dynamic!

Are you willing & able to help?

  • I am able to submit a PR!
  • I can help test the feature!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions