Skip to content

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

Description

@retrogradeorbit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions