CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2010/07/12 16:41:13
Modified files: usr.bin/ssh : ssh.c ssh_config.5 Log message: 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@