We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: