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
It throws an error saying it can't find a file "test.key" in my current directory. What does this code mean? I want to add SSH agent support to my existing application, that's all. I managed to integrate it like this:
Ah, I wasn't expecting the code to send keys to the agent. To me, the agent is only providing keys, and other software somehow manages it (in my case KeePassXC).
Maybe a short descriptive comment above each part of the code would help to explain it. Usually, example code should contain such explanations because the reader isn't familiar with it yet.
This extensions implements the full SSH agent protocol, also linked in the README.
MRs are always welcome if you find something to improve 👍
For me AddIdentity() was kinda self-explanatory and a comment "adds a identity" seemed redundant.
The readme gives me this example code:
It throws an error saying it can't find a file "test.key" in my current directory. What does this code mean? I want to add SSH agent support to my existing application, that's all. I managed to integrate it like this:
So I added this to the authMethods, hope that's correct. But what about that file name?
The text was updated successfully, but these errors were encountered: