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

Implement SSH keepalives, default 30-second interval, for NETCONF over SSH sessions. #668

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Feb 14, 2017

  1. Implement SSH keepalives, with a default 30-second interval, for NETC…

    …ONF over SSH sessions.
    
    Without SSH keepalives, a NAT or stateful firewall along the network
    path between the PyEZ host and the target Junos device,
    may timeout an inactive TCP flow and cause the NETCONF over SSH
    session to hang. Sending SSH keepalives avoids this situation. The
    default value is 30 seconds. Setting this parameter to a value of 0
    disables SSH keepalives.
    
    Note: This is a different situation than Issue Juniper#663 in which the
    target Junos device is timing out the NETCONF over SSH session
    due to a configured idle-timeout on the system login class.
    stacywsmith committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    fa8fc12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbfeda0 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Merge branch 'master' into ssh-keepalives

    Nitin Kr committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    07cd679 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    4484693 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e01265 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d5f000 View commit details
    Browse the repository at this point in the history