commit | d0244d498ba970b9d9348429eaf7a4a0ef2b903c | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Fri Jul 16 13:56:43 2010 +1000 |
committer | Damien Miller <djm@mindrot.org> | Fri Jul 16 13:56:43 2010 +1000 |
tree | eab9c2d781ef6828fe5cac0f256cf24bff5962b8 | |
parent | 1f25ab43f4b374f920120b93ae3ed2f8521472c5 [diff] |
- djm@cvs.openbsd.org 2010/07/12 22:41:13 [ssh.c ssh_config.5] expand %h to the hostname in ssh_config Hostname options. While this sounds useless, it is actually handy for working with unqualified hostnames: Host *.* Hostname %h Host * Hostname %h.example.org "I like it" markus@