How does resin-cli’s ssh
command work?
My client is already authenticated via resin login
, but I get the error above when I attempt to use resin ssh
. resin.io web terminal works fine.
Looking at the verbose output, it looks like resin ssh
depends on having my resin git key used as the ssh key. Since that key is not my default ssh key, how would I specify it? Normally I would use ssh -i ~/.ssh/identity
but that does not appear to work with resin-cli.