summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-01-12 19:41:22 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-01-12 19:41:22 +1100
commitd4c86b13254d7c84b27b7cb8d32dcc7036ca3788 (patch)
treeb43f895184faf976e8bd41d889ae7f5c93eedb45 /ChangeLog
parent7ad8dd21da5e2a2687fdff14142b70f1587f96ce (diff)
- dtucker@cvs.openbsd.org 2010/01/11 04:46:45
[authfile.c sshconnect2.c] Do not prompt for a passphrase if we fail to open a keyfile, and log the reason the open failed to debug. bz #1693, found by tj AT castaglia org, ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72a68a613..74936fa8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,11 @@
6 single port forward on the server. This allows, for example, using ssh as 6 single port forward on the server. This allows, for example, using ssh as
7 a ProxyCommand to route connections via intermediate servers. 7 a ProxyCommand to route connections via intermediate servers.
8 bz #1618, man page help from jmc@, ok markus@ 8 bz #1618, man page help from jmc@, ok markus@
9 - dtucker@cvs.openbsd.org 2010/01/11 04:46:45
10 [authfile.c sshconnect2.c]
11 Do not prompt for a passphrase if we fail to open a keyfile, and log the
12 reason the open failed to debug.
13 bz #1693, found by tj AT castaglia org, ok djm@
9 14
1020100110 1520100110
11 - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c] 16 - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c]