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
Maybe I am misunderstanding something. My understanding is that GPG agent forward would be enough to get both dec/enc/sig functionality working on the remote machine.
Since the SSH key is derived from the GPG key, I don't see why the remote machine has no access to the SSH keys. Even importing them manually on the remote using gpg --export-ssh-key $KEYID does not work. I get an error trying to load the key that says Load key <path>: error in libcrypto. I don't really understand why to be honest.
Thanks for helping me!
The text was updated successfully, but these errors were encountered:
Maybe I am misunderstanding something. My understanding is that GPG agent forward would be enough to get both dec/enc/sig functionality working on the remote machine.
Since the SSH key is derived from the GPG key, I don't see why the remote machine has no access to the SSH keys. Even importing them manually on the remote using
gpg --export-ssh-key $KEYID
does not work. I get an error trying to load the key that saysLoad key <path>: error in libcrypto
. I don't really understand why to be honest.Thanks for helping me!
The text was updated successfully, but these errors were encountered: