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