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
After isntallation I do
$ bridgy ssh my-server-aliasAnd 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-aliasto login correct IP with correct RSA key.Would be nice to be able to reuse ssh settings for brigy features