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

Use more options from ~/.ssh/config #6716

Closed
cyberduck opened this issue Jun 14, 2012 · 3 comments
Closed

Use more options from ~/.ssh/config #6716

cyberduck opened this issue Jun 14, 2012 · 3 comments
Assignees
Labels
Milestone

Comments

@cyberduck
Copy link
Collaborator

Will Fiveash created the issue

I would like cyberduck to be able to use entries in my ~/.ssh/config file such as:

Host readynaswan
    HostKeyAlias readynas
    Hostname myhouse.ip.net
    # this port # is one router maps to standard ssh port on LAN side
    Port 40402
    GSSAPIAuthentication no
    GSSAPIDelegateCredentials no
    ForwardX11 yes
    ForwardX11Trusted no
    ForwardAgent no

when I'm connecting using sftp. Currently cyberduck will use the Host and Hostname field but not the HostKeyAlias or Port fields.

@cyberduck
Copy link
Collaborator Author

b14f462 commented

How about PreferredAuthentication?

@cyberduck
Copy link
Collaborator Author

bbf9299 commented

+1 for Port!

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Added reading Port option in ed25c8a.

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

No branches or pull requests

2 participants