Skip to content

Remove support for internal SSH tunnels#1948

Merged
rolandwalker merged 1 commit into
mainfrom
RW/remove-native-ssh-options
Jun 22, 2026
Merged

Remove support for internal SSH tunnels#1948
rolandwalker merged 1 commit into
mainfrom
RW/remove-native-ssh-options

Conversation

@rolandwalker

Copy link
Copy Markdown
Contributor

Description

Remove support for internal SSH tunnels which have enjoyed a lengthy deprecation cycle. We may reimplement this functionality in the future without Paramiko.

Incidentally apply the same scheme check to DSNs without --dsn as DSNs with --dsn. Though it isn't clear that all of the schemes currently accepted should be.

Fixes #1464.

Preparation for release 2.0.

Checklist

  • I added this contribution to the changelog.md file.
  • I added my name to the AUTHORS file (or it's already there).
  • To lint and format the code, I ran
    uv run ruff check && uv run ruff format && uv run mypy --install-types .

@rolandwalker rolandwalker self-assigned this Jun 20, 2026
@rolandwalker rolandwalker force-pushed the RW/remove-native-ssh-options branch from a347e6e to f2b0f38 Compare June 20, 2026 14:08

@scottnemes scottnemes left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Big one!

which have enjoyed a lengthy deprecation cycle.  We may reimplement
this functionality in the future without Paramiko.

Incidentally apply the same scheme check to DSNs without --dsn as
DSNs with --dsn.  Though it isn't clear that all of the schemes
currently accepted should be.

Fixes #1464.

Preparation for release 2.0.
@rolandwalker rolandwalker force-pushed the RW/remove-native-ssh-options branch from f2b0f38 to 845fed0 Compare June 22, 2026 09:00
@rolandwalker rolandwalker merged commit ce8c444 into main Jun 22, 2026
11 checks passed
@rolandwalker rolandwalker deleted the RW/remove-native-ssh-options branch June 22, 2026 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deprecate built-in SSH features

2 participants