Replies: 1 comment 1 reply
-
Unfortunately ssh-agent is not supported for native Wave Connections. Your local session "sees" the keys because that bash session is run through the normal login .bash_profile flow. But wavesrv (which handles creating the remote SSH connections) might not pick that up (it is run via a So, two responses here. First, I'm wondering if we could run wavesrv using a login shell instead (which might just fix your issue). But longer term, we plan on building ssh agent functionality directly into Wave. Then we can also support things like YubiKey, 1password, and keychain natively. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My local session "sees" my private keys (ssh-add -l). Still, SSH connections can not be created without providing the private key file. But my key is on a YubiKey. ;)
Beta Was this translation helpful? Give feedback.
All reactions