| Summary: | Matching @cert-authority entries when using unqualified hostnames | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Iain Morgan <imorgan> |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | enhancement | CC: | djm |
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Bug Depends on: | |||
| Bug Blocks: | 1708 | ||
|
Description
Iain Morgan
2010-03-27 10:07:15 AEDT
The change to support %h expansion in ssh_config Hostname options has been checked in and will be in openssh-5.6. This should allow the hacky approach that we discussed on the mailing list: Host *.* Hostname %h Host * Hostname %h.my.domain.org Without requiring new API from the resolver, I can't think of a better way unfortunately. With the release of OpenSSH 5.6p1 this bug is now considered closed. If you have further problems please reopen or file a new bug as appropriate. |