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
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