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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add markers to known_hosts parser re paramiko#771 #2270

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

Commits on Jul 20, 2023

  1. Add markers to known_hosts parser re paramiko#771

    Not complete!
    
    Adds basic parser support for a marker in the first field. Additional
    handling of cert-authority should be discussed before being implemented.
    
    Adds sample keys to test_hostkeys.py.
    MajorDallas committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    34299ff View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Adds _marker attribute to HostKeyEntry

    * Adds some type annotations
    * Includes _marker in the output of `to_line`
    * Sets _marker when constructing `HostKeyEntry` in `from_line`
    MajorDallas committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    1a9abf0 View commit details
    Browse the repository at this point in the history