Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
option to set the path to ssh key #29
Comments
chuckbutler
commented
Feb 17, 2015
|
Commenting to add some bug heat here, just had a user land in #juju with this issue on OSX. I beleive this is actually using the ssh agent keyring is it not @kapilt? |
travenasty
commented
Feb 17, 2015
|
That user was me. :) |
|
the plugin doesn't touch any keys. this is more about juju' config for ssh keys, or how you have ssh configured. ssh will sniff and try a number of keys when logging into remote systems, you can explicitly specify a private key on the cli, or via using an agent. as juju is the one invoking ssh, you have to configure an explicit private key in enviroments.yaml or ssh key agent via environment variable. |
chuckbutler
referenced this issue
in juju/docs
Feb 17, 2015
Closed
SSH Key usage / management needs better documentation #268
|
rephrased, this is about the user configuring environment ssh keys via juju in their juju environments.yaml configuration. do plugin simply consumes that config invokes juju where needed atm. |
slatunje commentedJan 6, 2015
currently it is assumed the ssh key will be found in ~/.ssh/id_rsa.pub
I happen to have three ssh keys:
~/.ssh/id_rsa.pub
~/.ssh/CompanyA/id_rsa.pub
~/.ssh/CompanyB/id_rsa.pub
It would be nice to be able to set the path to ssh key. the benefit is that companyA and companyB can also use juju-digitalocean