From e6db509a331d3473347bb9067aa32f47c673e174 Mon Sep 17 00:00:00 2001
From: Robert Ricci <ricci@cs.utah.edu>
Date: Fri, 5 Jul 2002 21:27:32 +0000
Subject: [PATCH] Use RSA1, not RSA2

---
 security/plasticwrap.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/plasticwrap.in b/security/plasticwrap.in
index dfc14c7c31..7336528e24 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";
-- 
GitLab