Skip to content
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

ssh-agent authentication is not supported on windows platform #6

Open
retrogradeorbit opened this issue Oct 10, 2022 · 0 comments
Open
Labels
help wanted Extra attention is needed

Comments

@retrogradeorbit
Copy link
Member

Reach out if you run windows and would like to help!

Implementations for opening, closing, reading from and writing to the SSH_AUTH_SOCK pipe is needed.

Opening: https://github.com/epiccastle/bbssh/blob/v0.2.0/src/c/bbssh.c#L191
Closing: https://github.com/epiccastle/bbssh/blob/v0.2.0/src/c/bbssh.c#L200
Reading: https://github.com/epiccastle/bbssh/blob/v0.2.0/src/c/bbssh.c#L207
Writing: https://github.com/epiccastle/bbssh/blob/v0.2.0/src/c/bbssh.c#L216

Build steps for windows are here: https://github.com/epiccastle/bbssh/blob/v0.2.0/.circleci/config.yml#L169-L258

But for development work one should build a JNI version of the lib as a .dll that can be loaded here: https://github.com/epiccastle/bbssh/blob/v0.2.0/src/clj/bbssh/core.clj#L28

@retrogradeorbit retrogradeorbit added the help wanted Extra attention is needed label Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant