PowerShell / PowerShell/Win32-OpenSSH
debug1: Remote: Agent forwarding not supported in Windows yet
@bagajjal is already working on this.
Since Jun 26, 2020.
- Dominant language
- No language data
- Stars
- 8.3k
- Forks
- 819
- PR merge metrics
- No merged PRs in 30d
Description
"OpenSSH for Windows" version
7.7.2.2 default online capabilities install
Server OperatingSystem
Windows 10
Client OperatingSystem
Arch Linux x86_64
What is failing
ForwardAgent from linux to windows. Debug message indicates that Forwarding agent is not supported.
debug1: Remote: Agent forwarding not supported in Windows yet
Expected behavior
from linux ssh -A to Windows should forward the agent. on Windows it should be possible to list the forwarded keys with ssh-add -l
The error message from the windows openssh server indicates that this feature is not available yet.
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.