wolfSSL / wolfssh

wolfSSH is a small, fast, portable SSH implementation, including support for SCP and SFTP.
https://www.wolfssl.com
367 stars 88 forks source link

Fixes for SSHD Windows virtual terminal sequences #722

Closed JacobBarthelmeh closed 1 month ago

JacobBarthelmeh commented 1 month ago

ZD 18152

This fixes the case where the command:

./examples/client/client -u Fred -h 192.168.0.X -Ppassword -c dir > stdout.txt would result in virtual terminal characters placed in stdout.txt.

It also avoid virtual terminal characters placed in bash variables.