I configured a bash function to run every time I start a new bash:
keychain --quick --quiet --noask ~/.ssh/id_rsa ~/.ssh/id_rsa_alternative
But if I don't start any agent, a warning keeping being displayed! If I started the keychain normally:
keychain ~/.ssh/id_rsa ~/.ssh/id_rsa_alternative
And insert the passwords, everything works fine!
Maybe this app could have a option that hide any message, than I can auto start in every shell without interruption!
Thanks
I configured a bash function to run every time I start a new bash:
keychain --quick --quiet --noask ~/.ssh/id_rsa ~/.ssh/id_rsa_alternativeBut if I don't start any agent, a warning keeping being displayed! If I started the keychain normally:
keychain ~/.ssh/id_rsa ~/.ssh/id_rsa_alternativeAnd insert the passwords, everything works fine!
Maybe this app could have a option that hide any message, than I can auto start in every shell without interruption!
Thanks