diff --git a/security/plasticwrap.in b/security/plasticwrap.in
index dfc14c7c31deb62f2cd3d7a4033f2e8191176b71..7336528e2422e185f25a0ad5bcbbc9b3437c97ce 100755
--- a/security/plasticwrap.in
+++ b/security/plasticwrap.in
@@ -48,7 +48,7 @@ if ($rv > 256) {
 	print "**********\n";
 	print "SSH failed. You may need to run the following commands:\n\n";
 	print "mkdir -m 0755 $ENV{HOME}/.ssh\n";
-	print "ssh-keygen -P '' -t rsa -f $ENV{HOME}/.ssh/identity\n";
+	print "ssh-keygen -P '' -t rsa1 -f $ENV{HOME}/.ssh/identity\n";
 	print "cp $ENV{HOME}/.ssh/identity.pub $ENV{HOME}/.ssh/authorized_keys\n";
 	print "chmod 600 $ENV{HOME}/.ssh/authorized_keys\n";
 	print "**********\n";