diff options
author | Darren Tucker <dtucker@zip.com.au> | 2010-01-12 19:41:22 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2010-01-12 19:41:22 +1100 |
commit | d4c86b13254d7c84b27b7cb8d32dcc7036ca3788 (patch) | |
tree | b43f895184faf976e8bd41d889ae7f5c93eedb45 /ChangeLog | |
parent | 7ad8dd21da5e2a2687fdff14142b70f1587f96ce (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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | ||
10 | 20100110 | 15 | 20100110 |
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] |