You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like to have my ssh keys in different folder locations. However nucypher-ops ursula deploy seems to require the ssh key to be ~/.ssh/id_rsa. Ideally, I would be able to specify the filepath to any ssh to override the default. I believe --key-path is used for nucypher-ops nodes create, so something similar should be done for running nucypher-ops ursula comands.
The text was updated successfully, but these errors were encountered:
@derekpierre the way it works is that when you --create or --add a node, the key path for that node is saved in your config file. It can be anything when you create or add the node, so in your case, it presumably was ~/.ssh/id_rsa (which is the default).
That said, we could make a way to change it or override it.
Thanks, this worked for me.
I have similar setup with multiple keys. It would be nice to have the nucypher-ops ursula deploy ask for this configuration so the deploy can continue.
I like to have my ssh keys in different folder locations. However
nucypher-ops ursula deploy
seems to require the ssh key to be~/.ssh/id_rsa
. Ideally, I would be able to specify the filepath to any ssh to override the default. I believe--key-path
is used fornucypher-ops nodes create
, so something similar should be done for runningnucypher-ops ursula
comands.The text was updated successfully, but these errors were encountered: