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

unknown host even though the host is defined within .ssh/config #958

Closed
cyberduck opened this issue Nov 23, 2006 · 2 comments
Closed

unknown host even though the host is defined within .ssh/config #958

cyberduck opened this issue Nov 23, 2006 · 2 comments
Assignees
Labels
duplicate enhancement sftp SFTP Protocol Implementation

Comments

@cyberduck
Copy link
Collaborator

forbin created the issue

Hi .. Great product .. but one issue .. I define many tunnels within ssh .. and accomplish this through utilizing a ssh config file ...

.ssh/config is defined as:

Host pfin001
Hostname pfin001
HostKeyAlias pfin001
User root
Proxycommand ~/scripts/ssh-proxy 129.39.246.8 %h


ssh pfin001 - works fine

Trying to open a sftp session within cyberduck to root@pfin001 results in:

-I/O Error: pfin001 cannot be resolved*

From the command line, I can scp pfin001:/path /localpath but it sure would be great if cyberduck could handle this as well.

@cyberduck
Copy link
Collaborator Author

cyberduck commented Dec 21, 2006

@dkocher commented

See #12101.

@cyberduck
Copy link
Collaborator Author

cyberduck commented Jan 10, 2010

4acee99 commented

#12101 covers only the IdentityFile and User config directives.

For ProxyCommand support, see #2865 instead.

@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