Tess Gauthier
Tess Gauthier
Starting with Windows 10 Build 18309, ConPTY should be supported so ssh-shellhost is not needed. Is updating the OS an option? Also, all releases have 386 binaries within OpenSSH-Win32.zip
Are you running SSH through the VSCode extension?
You're not doing anything wrong - we just started seeing this on our CI as well - thanks for opening an issue! Since ZLib and OpenSSH are built with optimizations,...
Please see https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH-Using-MSI. The MSI handles the setup within `install-sshd.ps1` which is why it is not included.
Hmm, I may need additional details to setup a repro. I tried to ssh from an Ubuntu-20 machine to a ssh server on a Windows 11 machine, and it seems...
I agree that `ls /.` over sftp prints the contents of the system drive directory. In a PowerShell session on the same machine (no sftp), `ls /.` also prints the...
@tomwlane - I am trying to setup a repro, have a few follow-up questions: - can you provide the actual command that leads to this? - what is the approximate...
Thanks for the repro information - seems like the issue is within Windows SSHD. I'm curious if using `-X` with a value less that 204800 in the SCP command would...
Based on https://serverfault.com/questions/994646/ssh-on-windows-corrupted-mac-on-input, run: `ssh -Q mac` then add `-m ` to the `ssh -vvv [email protected]` command
Could you still try the -m option explicitly? The error message is the same as in the link above, and that was the solution. [email protected],[email protected] are also listed in `sshd_algorithms.conf`,...