PowerShell / PowerShell/Win32-OpenSSH
Connecting to the ssh-agent's pipe from within a Windows Docker container
@manojampalam is already working on this.
Since Aug 20, 2020.
- Dominant language
- No language data
- Stars
- 8.3k
- Forks
- 819
- PR merge metrics
- No merged PRs in 30d
Description
Dear all, dear @manojampalam
Thank you very much for the information provided in https://github.com/PowerShell/Win32-OpenSSH/issues/1136. I could successfully mount the agent;s pipe into a windows docker container. When I run ssh-add in the container it does recognize the pipe. I know this, because it complains if I do not mount it. However, running ssh-add -l does not list any keys. :(
Any advice, what is missing here?
Kind regards
Konstantin
Please answer the following
What is failing
Reading the agent's pipe from within a docker container
Expected output
ssh-add -l listing a key that is available on the host
Actual output
ssh-add -l listing nothing
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.