Connection via ssh remove ` back quote symbol #10014

Closed
opened 2026-01-31 02:10:08 +00:00 by claunia · 5 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:08 +00:00
Author
Owner

@DHowett commented on GitHub (Aug 5, 2020):

Does this only happen when you paste the backtick character? It works fine if you type it?

@DHowett commented on GitHub (Aug 5, 2020): Does this only happen when you paste the backtick character? It works fine if you type it?
Author
Owner

@tomvitale commented on GitHub (Aug 5, 2020):

happen both, when I paste a command with ` and also when I type it

@tomvitale commented on GitHub (Aug 5, 2020): happen both, when I paste a command with ` and also when I type it
Author
Owner

@DHowett commented on GitHub (Aug 5, 2020):

Can you test it with the latest release of Win32-OpenSSH? https://github.com/PowerShell/Win32-OpenSSH/releases

@DHowett commented on GitHub (Aug 5, 2020): Can you test it with the latest release of Win32-OpenSSH? https://github.com/PowerShell/Win32-OpenSSH/releases
Author
Owner

@tomvitale commented on GitHub (Aug 5, 2020):

with ssh.exe from OpenSSH v8.1.0.0p1-Beta works great

@tomvitale commented on GitHub (Aug 5, 2020): with ssh.exe from OpenSSH v8.1.0.0p1-Beta works great
Author
Owner

@zadjii-msft commented on GitHub (Aug 5, 2020):

Great, sounds like it was just an issue in Win32-OpenSSH v7 then. Thanks for following up!

@zadjii-msft commented on GitHub (Aug 5, 2020): Great, sounds like it was just an issue in Win32-OpenSSH v7 then. Thanks for following up!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#10014