Add support for loading private keys into SSH agent #778
Labels
Comments
Sounds like a good feature-add offhand, thanks for the report :) |
yan12125
added a commit
to yan12125/paramiko
that referenced
this issue
Oct 18, 2017
I failed to implement the poc but here is what I have
I stopped at this point and moved to using |
Upd: made it work in 5 minutes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to load private keys from a key store into my ssh-agent.
This looks well documented on https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.agent
This looks like it belongs in
paramiko.agent.AgentSSH
, perhaps aadd_key
or aload_key
method that accepts aparamiko.pkey.PKey
?The text was updated successfully, but these errors were encountered: