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

Support for ProxyCommand in SSH config #8688

Open
cyberduck opened this issue Mar 21, 2015 · 3 comments
Open

Support for ProxyCommand in SSH config #8688

cyberduck opened this issue Mar 21, 2015 · 3 comments
Assignees
Labels
enhancement low priority sftp SFTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

07a69b4 created the issue

This is probably a long shot but I have a situation where most of the hosts I access are one or two jumps away from my machine, meaning I use ProxyCommand in my .ssh/config to make access far less laborious.

It would be brilliant if Cyberduck would eventually support this. An example of my config to get to "secure-host" via "bastion-host" looks similar to this:

host secure-host
	ProxyCommand ssh bastion-host -W %h:%p

If the proxy host is capable I use the -W flag, otherwise I use netcat.

Additional to this supporting hostname globbing would tie in really well, allowing configs for accessing multiple hosts, secure-host-a and secure-host-b like this:

host secure-host-*
	ProxyCommand ssh bastion-host -W %h:%p
@cyberduck
Copy link
Collaborator Author

@dkocher commented

#9304 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

See also #2865.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #2865.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
@dkocher dkocher reopened this Mar 22, 2023
@dkocher dkocher removed the duplicate label Mar 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement low priority sftp SFTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants