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

Add terminal_initial_newline to network_cli module #593

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Nov 14, 2023

  1. Add terminal_initial_newline to network_cli module

    `terminal_initial_newline`, when set to true sends a single newline
    character to the remote device immediately after initially connecting.
    
    This allows network_cli to work with some types of equipment which
    fail to send any data when SSH connectivity is initially established,
    such as serial-port multiplexers.
    wrouesnel committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    cd23a31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d568d3e View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    282d8c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    c87e178 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    c21c130 View commit details
    Browse the repository at this point in the history