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 config file proxy dump is not picked up #11564

Closed
cyberduck opened this issue Jan 28, 2021 · 1 comment
Closed

.ssh config file proxy dump is not picked up #11564

cyberduck opened this issue Jan 28, 2021 · 1 comment
Assignees
Labels
bug sftp SFTP Protocol Implementation wontfix

Comments

@cyberduck
Copy link
Collaborator

f95883d created the issue

I am using Mac.

command line is working:

sftp testuser@vm

but cyberduck is not

Example ~/.ssh/config

Host *
    UseKeychain yes
 
Host az-jump
Hostname abc.com
ForwardAgent yes
 
Host ple
Hostname 138.100.10.10
ProxyJump az-jump
ForwardAgent yes
User testuser
 
Host vm
Hostname 10.253.17.1
ProxyJump ple
ForwardAgent yes
User testuser
@cyberduck
Copy link
Collaborator Author

@dkocher commented

We do not support proxy jump configurations with multiple hops.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug sftp SFTP Protocol Implementation wontfix
Projects
None yet
Development

No branches or pull requests

2 participants