Skip to content

Comms fixes#203

Merged
TB-1993 merged 1 commit intordkcentral:developfrom
FitzerIRL:develop
Feb 18, 2026
Merged

Comms fixes#203
TB-1993 merged 1 commit intordkcentral:developfrom
FitzerIRL:develop

Conversation

@FitzerIRL
Copy link

Fix to allow use of SSH with no password. Default LAN ssh scenario.

Copilot AI review requested due to automatic review settings February 18, 2026 14:32
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates core communications modules to better handle password-less SSH usage and modernize serial input flushing.

Changes:

  • Update sshConsole.open() connection logic to branch between key-based auth and password-only auth.
  • Replace deprecated PySerial flushInput() with reset_input_buffer() in the serial console flush routine.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
framework/core/commandModules/sshConsole.py Adjusts Paramiko connection parameters depending on whether a key file is provided.
framework/core/commandModules/serialClass.py Updates serial buffer flush to use the modern PySerial API.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@TB-1993 TB-1993 merged commit c6201e8 into rdkcentral:develop Feb 18, 2026
8 of 9 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants