summaryrefslogtreecommitdiffhomepage
path: root/tests/configs
AgeCommit message (Collapse)Author
2022-03-11OpenSSH docs state %C should also work in IdentityFile and Match execJeff Forcier
(at least, of what we presently ourselves support - it's also allowed in others)
2019-12-03Apply %h tokenization to HostNameJeff Forcier
This was another spot that incidentally occurred in older (and moved) code, but was made incorrect after cleanup
2019-12-03Trim trailing whitespace from test config filesJeff Forcier
2019-12-03Fill in rest of Match exec tests - all passJeff Forcier
2019-12-02Base case re #717 works now.Jeff Forcier
Huge ass squashed commit because I was experimenting with "commit entire feature at once so you do not leave broken tests around to break bisecting". Not sure it's worth it, at least not for large-ish, overhauling-existing-code feature adds. Breaking the work up over months did not help either, L M A O
2019-09-27Implement ssh_config hostname canonicalization (WIP)Jeff Forcier
- Refactor DNS lookup related junk previously only relevant to %h - Refactor guts of lookup() so it can be done >1 time - Changelog/tests/implementation for canonicalization itself Closes #897