Skip to content

Add passthrough for Paramiko Transport kwargs#279

Open
jciskey wants to merge 1 commit intopahaz:masterfrom
jciskey:add_paramiko_transport_parameters
Open

Add passthrough for Paramiko Transport kwargs#279
jciskey wants to merge 1 commit intopahaz:masterfrom
jciskey:add_paramiko_transport_parameters

Conversation

@jciskey
Copy link

@jciskey jciskey commented Jun 1, 2023

This patch adds a passthrough parameter to the SSHTunnelForwarder class constructor that allows providing kwargs directly to the underlying Paramiko Transport constructor.

This allows users to override Paramiko parameters when needed for their particular tunnel, such as when you need to provide the disabled_algorithms kwarg. An open issue with this precise use-case can be found here: #258

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.

1 participant