From db6c5aa2a3c6ad827ebc87799f7c6e6773f6f041 Mon Sep 17 00:00:00 2001 From: Evan Cassidy Date: Mon, 6 Nov 2023 13:46:39 +0000 Subject: [PATCH] Getting started on the second part of ssh recovery --- src/recovery/ssh-request.html | 215 ++++++++++++++++++++++------------ 1 file changed, 139 insertions(+), 76 deletions(-) diff --git a/src/recovery/ssh-request.html b/src/recovery/ssh-request.html index 3778d9a..c4f8b88 100644 --- a/src/recovery/ssh-request.html +++ b/src/recovery/ssh-request.html @@ -1,86 +1,149 @@ - - - - - Account Recovery - - - - -
- -
-

SSH key recovery

-

- Recover a legacy skynet account using your username and set a new email address to link to the account. Use this only if you do not remember the account password and the linked account email is lost or incorrect.
Enter skynet username & email you have used with UL Wolves.
-

+ + + Account Recovery + + + + +
+ +
+

SSH key recovery

+

In a terminal or windows command prompt run +
echo | ssh-keygen -Y sign -n file -f /path/to/private/key +

With one of the following keys +

+

+ + + + + + + + + + + + +
+
+ +

+
+

SSH key recovery

+

+ Recover a legacy skynet account using your username and set a new email address to link to the account. Use this only if you do not remember the account password and the linked account email is lost or incorrect.
Enter skynet username & email you have used with UL Wolves.
+

- function json(temp) { - if (temp) { - if (temp.result === 'error') { - document.getElementById('formStatus').innerHTML = `${temp.error}`; - } else { - document.getElementById('formStatus').innerHTML = "Success"; - } +
+ + + + + + + + + + + + +


+
+

Success

+ -
-
- UL Computer Society 2023-2023 - -
-
- - \ No newline at end of file + } + +
+ +
+ + \ No newline at end of file