Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssh: Fix command line echoing #367

Merged
merged 1 commit into from
Feb 6, 2019

Conversation

douglas-raillard-arm
Copy link
Contributor

Command line echoing was disabled, but that disabling did not take
effect. Another part of devlib was still expecting command lines to be
echoed. That is fixed by disabling echoing when creating pxssh
connection, and removing the code that expected the line to be echoed.

That PR is somehow linked to #259, since the inconsistency was discovered because of the command line sometimes wraps around.

Command line echoing was disabled, but that disabling did not take
effect. Another part of devlib was still expecting command lines to be
echoed. That is fixed by disabling echoing when creating pxssh
connection, and removing the code that expected the line to be echoed.
@douglas-raillard-arm douglas-raillard-arm changed the title [RFC] ssh: Fix command line echoing ssh: Fix command line echoing Feb 6, 2019
@marcbonnici marcbonnici merged commit 2e81a72 into ARM-software:master Feb 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants