Skip to content

Feature Requests: Is it possible to support named pipes in pageant.exe? #13

@naa0yama

Description

@naa0yama

NamedPipe is supported from pageant.exe version 0.77. This means that by keeping pageant.exe resident, the pageant_shm method and OpenSSH (NamedPipe) can coexist.

However, in reality, the implementation generates an Include file for OpenSSH and writes the dynamically generated NamedPipe destination, so it could not be used with wsl2-ssh-agent.

PS> pageant.exe --openssh-config pageant.conf
PS> Get-Content pageant.conf
IdentityAgent "//./pipe/pageant.username.1dd0bd6d8626a420747bc803b28..."

As a workaround, it would be fine to run ssh-agent (Windows) and pageant.exe, but I wanted to reduce the amount of Windows resident software if possible, so I raised this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions