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
When using name with ssh-host attribute in the host.xml file, the name is still used in place of the host when trying to establish a connection. eg:
<host name="Human readable name for Hostname.domain" ssh-host="hostname.local" />
Initializing a connection through apt-dater will result in a connection attempt to "Human readable name for Hostname.domain", not "hostname.local".
My expectation is that SSH would connect to ssh-host. Am I misunderstanding the usage for this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using name with ssh-host attribute in the host.xml file, the name is still used in place of the host when trying to establish a connection. eg:
<host name="Human readable name for Hostname.domain" ssh-host="hostname.local" />
Initializing a connection through apt-dater will result in a connection attempt to "Human readable name for Hostname.domain", not "hostname.local".
My expectation is that SSH would connect to ssh-host. Am I misunderstanding the usage for this?
The text was updated successfully, but these errors were encountered: