-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add did:webkey and sign with ssh-agent functionality #158
Conversation
20f4b46
to
dcf81b2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall 👍
cli/src/ssh_agent.rs
Outdated
pub key_type: String, | ||
} | ||
|
||
async fn read_msg(ssh_agent_sock: &mut tokio::net::UnixStream) -> Result<Message, ReadError> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe those functions could be methods but not sure it would make things clearer, it's already pretty concise.
This PR is ready for review (again). Merge conflicts with #166 have been fixed. SSH Agent functionality is moved from |
Rebasing for merging... |
228042a
to
96dcbb5
Compare
Close #154
Depends on: spruceid/ssi#178
Future work