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 documentation that SSH markers aren't supported #11586

Merged
merged 1 commit into from
Jan 16, 2023

Commits on Jan 16, 2023

  1. add documentation that SSH markers aren't supported

    Cargo doesn't support the `@cert-authority` or `@revoked` markers in SSH
    Known Hosts files. The lines are silently ignored.
    
    If a user is depending on these lines to connect to a Git server via
    SSH, then their command line Git client will work, but Cargo will fail
    with an error that the host key doesn't match.
    
    This change adds a note explaining that Cargo doesn't support these
    markers and suggests that the user change their cargo configuration to
    fetch with the CLI client instead.
    
    Refs: rust-lang#11577
    hds committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    f460ac2 View commit details
    Browse the repository at this point in the history