summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-01-22 23:34:12 +1100
committerDamien Miller <djm@mindrot.org>2002-01-22 23:34:12 +1100
commit49d795c647fb4c0d2dcbb3a5fcfe109984cdac15 (patch)
treec6678c4ddce34ee72e085ade04d83d7da4397fd6 /ChangeLog
parentdf64a682f17fc12ca0ae80e6331cbb89b77bd35b (diff)
- markus@cvs.openbsd.org 2002/01/21 15:13:51
[sshconnect.c] use read_passphrase+ECHO in confirm(), allows use of ssh-askpass for hostkey confirm.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3689b1d8..018364ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -211,6 +211,10 @@
[sshd.8]
clarify Allow(Groups|Users) and Deny(Groups|Users); suggestion from
allard@oceanpark.com; ok markus@
+ - markus@cvs.openbsd.org 2002/01/21 15:13:51
+ [sshconnect.c]
+ use read_passphrase+ECHO in confirm(), allows use of ssh-askpass
+ for hostkey confirm.
20020121
- (djm) Rework ssh-rand-helper:
@@ -7358,4 +7362,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1782 2002/01/22 12:33:45 djm Exp $
+$Id: ChangeLog,v 1.1783 2002/01/22 12:34:12 djm Exp $