Summary: | Add support for global configuration file on Mac OS X | ||
---|---|---|---|
Product: | ThinLinc | Reporter: | Henrik Andersson <hean01> |
Component: | Client | Assignee: | Henrik Andersson <hean01> |
Status: | CLOSED FIXED | ||
Severity: | Normal | CC: | astrand, samuel |
Priority: | P2 | Keywords: | relnotes, samuel_tester |
Version: | 4.3.0 | ||
Target Milestone: | 4.5.0 | ||
Hardware: | PC | ||
OS: | Unknown | ||
Acceptance Criteria: | |||
Bug Depends on: | |||
Bug Blocks: | 5601 |
Description
Henrik Andersson
We should also read ssh_known_hosts from this directory. Verified that documentation looks good and that /Library/Application\ Support/ThinLinc\ Client/tlclient.conf is read when no ~/.thinlinc/tlclient.conf is present (Build 4904 on OS X 10.10). I have verified that values in ~/.thinlinc/tlclient.conf overrides values in /Library/Application\ Support/ThinLinc\ Client/tlclient.conf. I have also verified that if ~/.thinlinc/tlclient.conf doesn't exist or is missing values for some settings, /Library/Application\ Support/ThinLinc\ Client/tlclient.conf is used instead. Working as intended. With regards to known_hosts, I have verified the following: * removing a host from ~/.thinlinc/known_hosts gives the "unknown host" warning in the client when connecting * adding the host to /Library/Application\ Support/ThinLinc\ Client/ssh_known_hosts causes the client to connecting without warning |