summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-02-24 15:57:55 +1100
committerDamien Miller <djm@mindrot.org>2014-02-24 15:57:55 +1100
commit13f97b2286142fd0b8eab94e4ce84fe124eeb752 (patch)
treeb332b16a032b4670b60db1261b6dac48e059d916 /ChangeLog
parentbee3a234f3d1ad4244952bcff1b4b7c525330dc2 (diff)
- djm@cvs.openbsd.org 2014/02/23 20:11:36
[readconf.c readconf.h ssh.c ssh_config.5] reparse ssh_config and ~/.ssh/config if hostname canonicalisation changes the hostname. This allows users to write configurations that always refer to canonical hostnames, e.g. CanonicalizeHostname yes CanonicalDomains int.example.org example.org CanonicalizeFallbackLocal no Host *.int.example.org Compression off Host *.example.org User djm ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e05b8698c..48d49dea1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,22 @@
16 [ssh-ed25519.c] 16 [ssh-ed25519.c]
17 check for unsigned overflow; not reachable in OpenSSH but others might 17 check for unsigned overflow; not reachable in OpenSSH but others might
18 copy our code... 18 copy our code...
19 - djm@cvs.openbsd.org 2014/02/23 20:11:36
20 [readconf.c readconf.h ssh.c ssh_config.5]
21 reparse ssh_config and ~/.ssh/config if hostname canonicalisation changes
22 the hostname. This allows users to write configurations that always
23 refer to canonical hostnames, e.g.
24
25 CanonicalizeHostname yes
26 CanonicalDomains int.example.org example.org
27 CanonicalizeFallbackLocal no
28
29 Host *.int.example.org
30 Compression off
31 Host *.example.org
32 User djm
33
34 ok markus@
19 35
2020140213 3620140213
21 - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}] Add compat 37 - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}] Add compat