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 was reading through your project since I am looking into something comparable for me.
However, in my case the public key needs to be signed by an external party (Hashicorp Vault).
So connecting to a SSH server that requires this requires the private key and the signed public key.
I was wondering how this would work if I adapt your project for this, e.g. adding the fetch signature step.
Would I store the signed public key in a temporary file or keep it in memory? I'm not sure what the purest ssh-agent approach is here, I'm thinking caching it in memory until the lifetime expires.
The text was updated successfully, but these errors were encountered:
Hi,
I was reading through your project since I am looking into something comparable for me.
However, in my case the public key needs to be signed by an external party (Hashicorp Vault).
So connecting to a SSH server that requires this requires the private key and the signed public key.
I was wondering how this would work if I adapt your project for this, e.g. adding the fetch signature step.
Would I store the signed public key in a temporary file or keep it in memory? I'm not sure what the purest
ssh-agent
approach is here, I'm thinking caching it in memory until the lifetime expires.The text was updated successfully, but these errors were encountered: