We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After isntallation I do $ bridgy ssh my-server-alias And getting error No inventory source specified (~/.bridgy/config.yml):
$ bridgy ssh my-server-alias
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.
ssh my-server-alias
Would be nice to be able to reuse ssh settings for brigy features
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: