Skip to content

Remove support for internal SSH tunnels#1948

Open
rolandwalker wants to merge 1 commit into
mainfrom
RW/remove-native-ssh-options
Open

Remove support for internal SSH tunnels#1948
rolandwalker wants to merge 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
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 a347e6e to f2b0f38 Compare June 20, 2026 14:08
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

1 participant