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

Should use SSH aliases in ~/.ssh/config #3983

Closed
cyberduck opened this issue Dec 7, 2009 · 1 comment
Closed

Should use SSH aliases in ~/.ssh/config #3983

cyberduck opened this issue Dec 7, 2009 · 1 comment
Assignees
Labels
duplicate enhancement sftp SFTP Protocol Implementation

Comments

@cyberduck
Copy link
Collaborator

14853d6 created the issue

Consider the following SSH config

% cat ~/.ssh/config
Host myalias
HostName myserver.example.com
User myuser

I can do "ssh myalias" to log in on myuser@myserver.example.com. This does not work however in the Quick Connect bar in Cyberduck (I get "DNS Error: Connection failed
sftp://myalias")

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #3819. Thanks for the enhancement request.

@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
duplicate enhancement sftp SFTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants