Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
e6db509a
Commit
e6db509a
authored
Jul 05, 2002
by
Robert Ricci
Browse files
Use RSA1, not RSA2
parent
a742f5a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
security/plasticwrap.in
View file @
e6db509a
...
...
@@ -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 rsa
1
-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
";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment