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

source-sftp: Additional key-exchange algorithms #2469

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

willdonnelly
Copy link
Member

@willdonnelly willdonnelly commented Feb 28, 2025

Description:

Extends the SSH client config with two more key-exchange algorithms which golang.org/x/crypto/ssh supports but doesn't include in its default list. This means we support all currently-supported ones, but it's been written like this so that if the package itself adds new ones in the future we don't have to explicitly update our code.


This change is Reviewable

Extends the SSH client config with two more key-exchange algorithms
which golang.org/x/crypto/ssh supports but doesn't include in its
default list. This means we support all currently-supported ones,
but it's been written like this so that if the package itself adds
new ones in the future we don't have to explicitly update our code.
@willdonnelly willdonnelly added the change:unplanned Unplanned change, useful for things like doc updates label Feb 28, 2025
@willdonnelly willdonnelly requested a review from a team February 28, 2025 22:50
Copy link
Member

@dyaffe dyaffe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change:unplanned Unplanned change, useful for things like doc updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants