diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | regress/test-exec.sh | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -6,6 +6,8 @@ | |||
6 | dtucker and tim; ok dtucker@ | 6 | dtucker and tim; ok dtucker@ |
7 | - (dtucker) [configure.ac] Fix typos in comments and AC_SEARCH_LIB argument | 7 | - (dtucker) [configure.ac] Fix typos in comments and AC_SEARCH_LIB argument |
8 | order in Reliant Unix block. Patch from johane at lysator.liu.se. | 8 | order in Reliant Unix block. Patch from johane at lysator.liu.se. |
9 | - (dtucker) [regress/test-exec.sh] Use 1024 bit keys since we generate so | ||
10 | many and use them only once. Speeds up testing on older/slower hardware. | ||
9 | 11 | ||
10 | 20051122 | 12 | 20051122 |
11 | - (dtucker) OpenBSD CVS Sync | 13 | - (dtucker) OpenBSD CVS Sync |
@@ -3342,4 +3344,4 @@ | |||
3342 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 3344 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
3343 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 3345 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
3344 | 3346 | ||
3345 | $Id: ChangeLog,v 1.4004 2005/11/24 11:34:54 dtucker Exp $ | 3347 | $Id: ChangeLog,v 1.4005 2005/11/24 12:18:54 dtucker Exp $ |
diff --git a/regress/test-exec.sh b/regress/test-exec.sh index 4b3a70eb3..de643154e 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh | |||
@@ -244,7 +244,7 @@ trace "generate keys" | |||
244 | for t in rsa rsa1; do | 244 | for t in rsa rsa1; do |
245 | # generate user key | 245 | # generate user key |
246 | rm -f $OBJ/$t | 246 | rm -f $OBJ/$t |
247 | ${SSHKEYGEN} -q -N '' -t $t -f $OBJ/$t ||\ | 247 | ${SSHKEYGEN} -b 1024 -q -N '' -t $t -f $OBJ/$t ||\ |
248 | fail "ssh-keygen for $t failed" | 248 | fail "ssh-keygen for $t failed" |
249 | 249 | ||
250 | # known hosts file for client | 250 | # known hosts file for client |