Closed derekmpage closed 1 month ago
@Hill-98 Could you please check this out? Looks like ReadMessage
returns null, but I don't see how that could happen. TBH I'm not familiar enough with PowerShell.
I'm not familiar too, but my guess is that it might be because there was an error in ReadMessage
, but PowerShell doesn't abort by default when it encounters an error, so $buf
gets a null
.
@derekmpage Can you try 0.9.2 (the older version) of wsl2-ssh-agent?
https://github.com/mame/wsl2-ssh-agent/releases/tag/v0.9.2
If the problem is not reproduced there, I suspect it is caused by the changes in #7. I guess I'll just have to revert.
No reply, so I'll close it for now. If you find that the issue does not reproduce with 0.9.2, please let me know.
I receive an exception when trying to run this utility.
note I am using ssh certificates.
me@wsl2_host ~/cat .zshrc | grep wsl2 eval $($HOME/wsl2-ssh-agent)
Do you have any idea what's happening here?