We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
8debe99 created the issue
If in your ~/.ssh/config file you have an entry with the "Host" different from the Hostname entry the Hostname is not used.
e.g.
Host server Hostname 192.168.0.100 IdentityFile ~/.ssh/my_key
Cyberduck attempts to connect to "server" rather than the machine defined by Hostname "192.168.0.100"
The following entry does work but is less user friendly
Host 192.168.0.100 Hostname 192.168.0.100 IdentityFile ~/.ssh/my_key
The text was updated successfully, but these errors were encountered:
@dkocher commented
#3983 closed as duplicate.
Sorry, something went wrong.
Implemented as of 8a1a630.
dkocher
No branches or pull requests
If in your ~/.ssh/config file you have an entry with the "Host" different from the Hostname entry the Hostname is not used.
e.g.
Cyberduck attempts to connect to "server" rather than the machine defined by Hostname "192.168.0.100"
The following entry does work but is less user friendly
The text was updated successfully, but these errors were encountered: