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 ProxyCommand support #74

Open
erseco opened this issue Nov 8, 2019 · 2 comments
Open

ssh ProxyCommand support #74

erseco opened this issue Nov 8, 2019 · 2 comments

Comments

@erseco
Copy link

erseco commented Nov 8, 2019

Is possible to connect to an ssh tunnel through the ProxyCommand ssh option?

@davydany
Copy link
Owner

davydany commented Nov 9, 2019

I assume you're talking about paramiko's ProxyCommand. Sultan doesn't use Paramiko so you won't be able to use the ProxyCommand. I wanted Sultan tot have 0 dependencies (https://github.com/aeroxis/sultan/blob/master/setup.py#L20) which is why I didn't use Paramiko. What it does is instead use the ssh command that is found on most Linux systems and add parameters to that to execute on the remote server.

@davydany
Copy link
Owner

davydany commented Nov 9, 2019

I haven't considered setting up SSH Tunnel. If it is a feature the community likes, please give this issue a thumbs up (👍) and I'll implement it!

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

No branches or pull requests

2 participants