Connection via ssh remove ` back quote symbol #10011

Open
opened 2026-01-31 02:10:05 +00:00 by claunia · 0 comments
Owner

Originally created by @tomvitale on GitHub (Aug 5, 2020).

Environment

Windows build number: Win32NT 10.0.19041.0 Microsoft Windows NT 10.0.19041.0
Windows Terminal version: 1.1.2021.0

Steps to reproduce

  1. open a terminal Windows PowerShell
  2. paste something with "back quote" symbol: textfile_listing=`ls *.txt`
  3. connect with built-in ssh to a linux server
  4. paste again the same with "back quote" symbol: textfile_listing=`ls *.txt`

--> the result is without the ` symbol: textfile_listing=ls *.txt

Expected behavior

I expect that by connecting via ssh I can paste the back quote

Actual behavior

when I paste a command with the back quote via ssh removes the symbol

Originally created by @tomvitale on GitHub (Aug 5, 2020). # Environment ```none Windows build number: Win32NT 10.0.19041.0 Microsoft Windows NT 10.0.19041.0 Windows Terminal version: 1.1.2021.0 ``` # Steps to reproduce 0. open a terminal Windows PowerShell 1. paste something with "back quote" symbol: textfile_listing=\`ls *.txt` 2. connect with built-in ssh to a linux server 3. paste again the same with "back quote" symbol: textfile_listing=\`ls *.txt` --> the result is without the ` symbol: textfile_listing=ls *.txt # Expected behavior I expect that by connecting via ssh I can paste the back quote # Actual behavior when I paste a command with the back quote via ssh removes the symbol
claunia added the Needs-TriageResolution-ExternalNeeds-Tag-FixNeeds-Attention labels 2026-01-31 02:10:05 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#10011