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

Cyberduck not parseing correctly .ssh/config file #13350

Closed
elalitarek opened this issue May 4, 2022 · 2 comments
Closed

Cyberduck not parseing correctly .ssh/config file #13350

elalitarek opened this issue May 4, 2022 · 2 comments
Labels
feature help wanted sftp SFTP Protocol Implementation

Comments

@elalitarek
Copy link

When I add entries to directly to my config file like :

Host newjump
HostName x.x.x.x
User opc
IdentityFile ~/.ssh/id_rsa

Host tobejumped
HostName x.x.x.x
User opc
ProxyJump newjump
IdentityFile ~/.ssh/id_rsa

It works like charm.

But when i use the include directive like

Include /Users/tarekelali/.ssh/privssh.config
it fails to resolve the host at all.

@AliveDevil AliveDevil added help wanted sftp SFTP Protocol Implementation feature labels May 4, 2022
@AliveDevil
Copy link
Contributor

Missing in https://github.com/iterate-ch/cyberduck/blob/master/ssh/src/main/java/ch/cyberduck/core/sftp/openssh/config/transport/OpenSshConfig.java.

@dkocher
Copy link
Contributor

dkocher commented May 4, 2022

Duplicate for #10451.

@dkocher dkocher closed this as completed May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature help wanted sftp SFTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

3 participants