Skip to content

Import inventory from ~/.ssh/config #40

Description

@Mart-Bogdan

After isntallation I do $ bridgy ssh my-server-alias
And getting error No inventory source specified (~/.bridgy/config.yml):

I already have all my servers aliased in ~/.ssh/config:

Host  my-server-alias
    HostName my-server.my-doamin.com     #ip could be here
    IdentityFile ~/.ssh/my_key_rsa
    User ubuntu
    ForwardAgent yes

That's basiuc config taht let's me use ssh my-server-alias to login correct IP with correct RSA key.

Would be nice to be able to reuse ssh settings for brigy features

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

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions