OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-tools Date: 20-Sep-2006 16:29:39
Branch: HEAD Handle: 2006092015293800
Modified files:
openpkg-tools/cmd bf-mk.pl
Log:
DSA keys must be 1024 bits
Summary:
Revision Changes Path
1.29 +1 -1 openpkg-tools/cmd/bf-mk.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-tools/cmd/bf-mk.pl
============================================================================
$ cvs diff -u -r1.28 -r1.29 bf-mk.pl
--- openpkg-tools/cmd/bf-mk.pl 1 Jan 2006 14:04:48 -0000 1.28
+++ openpkg-tools/cmd/bf-mk.pl 20 Sep 2006 14:29:38 -0000 1.29
@@ -363,7 +363,7 @@
# generate server DSA (SSH2) key
my $key = "$shared/.ssh/id_dsa";
if ( ! -f $key or ! -s $key ) {
- system("$sshkeygen -t dsa -b 2048 " .
+ system("$sshkeygen -t dsa " .
"-f $key " .
"-N '' -C \"(WORKER:$shared)\" 1>&2") == 0 || die "ssh-keygen
failed to create \"$key\" ($!)";
}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]