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

Import inventory from ~/.ssh/config #40

Open
Mart-Bogdan opened this issue Jul 1, 2019 · 0 comments
Open

Import inventory from ~/.ssh/config #40

Mart-Bogdan opened this issue Jul 1, 2019 · 0 comments

Comments

@Mart-Bogdan
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant