summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-07-16 13:56:43 +1000
committerDamien Miller <djm@mindrot.org>2010-07-16 13:56:43 +1000
commitd0244d498ba970b9d9348429eaf7a4a0ef2b903c (patch)
treeeab9c2d781ef6828fe5cac0f256cf24bff5962b8 /ChangeLog
parent1f25ab43f4b374f920120b93ae3ed2f8521472c5 (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@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 50073141..f652e618 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,18 @@
[ssh.c]
Make ExitOnForwardFailure work with fork-after-authentication ("ssh -f")
for protocol 2. ok markus@
+ - 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@
20100714
- (tim) [contrib/redhat/openssh.spec] Bug 1796: Test for skip_x11_askpass