Bryan Berns
Bryan Berns
Try experimenting with your console font. It's very possible the current font doesn't have a glyph for that character.
Can you verify you have the same issue with the latest version of the ssh client?
Odd. I cannot repro. I put some characters in a file and outputted them to screen; worked fine. The 'tree' command also worked fine.  Can you run ssh -V...
@hexindent Do you happen to have the server side logs?
Can you turn on server-side logging and provide the sshd.log from that after a single connection attempt? Use LOCAL0 / DEBUG3 in sshd_config as described in https://github.com/PowerShell/Win32-OpenSSH/wiki/Troubleshooting-Steps
On the server in a command prompt, can you verify the following doesn't produce any error messages: `C:\Windows\system32\conhost.exe --headless --width 80 --height 24 --signal 0x214 -- "c:\windows\system32\cmd.exe"`
@bagajjal Any particular reason by CreatePseudoConsole() wasn't used as @DHowett-MSFT suggests? Obviously disabling file system redirection is easy, but curious why the function wasn't used.
@Tyriar Can you please try the version 8.0 binaries (and verify using ssh -V that you're actually using version 8.0 binaries, as you did with 7.7). Thanks!
@Tyriar, alright I'll try to take a look and see if I can repro it. What's the purpose of wrapping the execution in a command prompt?
I'll try to take a look at this in the next few weeks.