summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 50073141f..f652e6183 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,18 @@
10 [ssh.c] 10 [ssh.c]
11 Make ExitOnForwardFailure work with fork-after-authentication ("ssh -f") 11 Make ExitOnForwardFailure work with fork-after-authentication ("ssh -f")
12 for protocol 2. ok markus@ 12 for protocol 2. ok markus@
13 - djm@cvs.openbsd.org 2010/07/12 22:41:13
14 [ssh.c ssh_config.5]
15 expand %h to the hostname in ssh_config Hostname options. While this
16 sounds useless, it is actually handy for working with unqualified
17 hostnames:
18
19 Host *.*
20 Hostname %h
21 Host *
22 Hostname %h.example.org
23
24 "I like it" markus@
13 25
1420100714 2620100714
15 - (tim) [contrib/redhat/openssh.spec] Bug 1796: Test for skip_x11_askpass 27 - (tim) [contrib/redhat/openssh.spec] Bug 1796: Test for skip_x11_askpass