Wouldn't a native Windows tool be the native Win32-OpenSSH, rather than WSL?
Yes, I didn't realize that Windows has OpenSSH without WSL at the time of writing.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
Wouldn't a native Windows tool be the native Win32-OpenSSH, rather than WSL?
"%SystemRoot%\Sysnative\wsl.exe" sh -c ". ~/init.sh && ssh !U@!@ -p !# -t 'cd !/ ; /bin/bash'"
ssh
command inside wsl
.
$ wsl ssh ..@..
$ wsl /bin/bash -c 'cd ~ && eval "keychain --eval --agents ssh id_rsa" && ssh ...@...'
$ wsl
$ ssh ..@..