aws / amazon-ssm-agent

An agent to enable remote management of your EC2 instances, on-premises servers, or virtual machines (VMs).
https://aws.amazon.com/systems-manager/
Apache License 2.0
1.04k stars 322 forks source link

Linux commands wrapping back to same line #391

Closed lee-clements-rft closed 3 years ago

lee-clements-rft commented 3 years ago

Linux commands or text entered into the terminal that contains around 50 characters wrap back to the same line and distort the command/text that has been inputted. This appears to happen when using SSM via the AWSCLI or via web browser and with different AMIs (Amazon Linux 2 and RHEL AMIs have been tested).

If I enter the below text into the terminal for example: This is an example of the line wrapping issue after many characters have been entered

The output of the above typed text is as below where some text has wrapped to the beginning of same line: been enteredis an example of the line wrapping issue after many characters have

Obviously this is not a genuine Linux command and is just text entered into the terminal but hopefully this is a clear example of the issue.

VishnuKarthikRavindran commented 3 years ago

Hi @lee-clements-rft,

Do you see this issue with the latest SSM Agent version? If so, are trying this in the session manager terminal?

Thanks, Vishnu Karthik. R

lee-clements-rft commented 3 years ago

Hi,

Apologies for raising this. I'm not normally in charge of installation and upkeep of the software in our images but just as a test I removed the SSM agent and installed the latest version and it is working fine now.

Thanks,