summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-02-15 12:18:32 +1100
committerDamien Miller <djm@mindrot.org>2013-02-15 12:18:32 +1100
commit5ceddc31cd654303086c81e0b17b73c4c6af5a5c (patch)
tree413b4ce346b94c7e2c3db76d6c61e295057afc91 /ChangeLog
parent8e6fb780e54f484e3dca4f1bf0abcd9bf13f092f (diff)
- dtucker@cvs.openbsd.org 2013/02/15 00:21:01
[sshconnect2.c] Warn more loudly if an IdentityFile provided by the user cannot be read. bz #1981, ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a5c5059d..8edb2d888 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,10 @@
11 [auth2-pubkey.c] 11 [auth2-pubkey.c]
12 Correct error message that had a typo and was logging the wrong thing; 12 Correct error message that had a typo and was logging the wrong thing;
13 patch from Petr Lautrbach 13 patch from Petr Lautrbach
14 - dtucker@cvs.openbsd.org 2013/02/15 00:21:01
15 [sshconnect2.c]
16 Warn more loudly if an IdentityFile provided by the user cannot be read.
17 bz #1981, ok djm@
14 18
1520130214 1920130214
16 - (djm) [regress/krl.sh] Don't use ecdsa keys in environment that lack ECC. 20 - (djm) [regress/krl.sh] Don't use ecdsa keys in environment that lack ECC.