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
685dc64c
Commit
685dc64c
authored
Dec 12, 2005
by
Leigh B. Stoller
Browse files
Add strong warning to use only protocol 2 keys, as per Dave's request.
parent
17d63db0
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showpubkeys.php3
View file @
685dc64c
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2003 University of Utah and the Flux Group.
# Copyright (c) 2000-2003
, 2005
University of Utah and the Flux Group.
# All rights reserved.
#
include
(
"defs.php3"
);
...
...
@@ -126,8 +126,11 @@ function SPITFORM($formfields, $errors)
echo
"<br><hr size=4>
\n
"
;
echo
"<center>
Enter ssh (protocol 1 or 2) public keys for user
${target_uid}[<b>1,2</b>].
Enter ssh public keys for user
${target_uid} [<b>1,2</b>]
<br>
(<em>We <b>strongly</b>
encourage the use of Protocol 2 keys only!</em> [<b>6</b>])
</center><br>
\n
"
;
if
(
$errors
)
{
...
...
@@ -222,6 +225,8 @@ function SPITFORM($formfields, $errors)
identity.pub, contained in your .ssh directory.
<li> As a security precaution, you must supply your password
when adding new ssh public keys.
<li> Protocol 2 keys are more secure then Protocol 1 keys, and
Emulab will soon <b>require</b> Protocol 2 keys.
</ol>
</blockquote></blockquote></blockquote>
\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