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

ssh doc addition, and remove compiler warning #6168

Merged
merged 2 commits into from
Sep 22, 2024
Merged

Commits on Sep 22, 2024

  1. Show support for ProxyUseFDpass in ssh docs

    For enhancement requested in issue wez#6093
    loops committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    a384892 View commit details
    Browse the repository at this point in the history
  2. Suppress compiler warnings, due to never type (!)

    As per <rust-lang/rust#123748>
    ! will no longer degrades into () which in this situation
    breaks type deduction; so specify it explicitly.
    loops committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    99c265f View commit details
    Browse the repository at this point in the history