▓█████ ██▒ █▓ ██▓ ██▓ ██████ ██▓ ▄▄▄█████▓ ▓█████
▓█ ▀▓ ██░ █▒ ▓██▒ ▓██▒ ▒██ ▒ ▓██▒▓ ██▒ ▓▒ ▓█ ▀
▒███ ▓██ █▒░ ▒██▒ ▒██░ ░ ▓██▄ ▒██▒▒ ▓██░ ▒░ ▒███
▒▓█ ▄ ▒██ █░░ ░██░ ▒██░ ▒ ██▒ ░██░░ ▓██▓ ░ ▒▓█ ▄
░▒████▒ ▒▀█░ ░██░ ░██████▒ ██▓ ▒██████▒▒ ░██░ ▒██▒ ░ ░▒████▒
░░ ▒░ ░ ░ ▐░ ░▓ ░ ▒░▓ ░ ▒▓▒ ▒ ▒▓▒ ▒ ░ ░▓ ▒ ░░ ░░ ▒░ ░
░ ░ ░ ░ ░░ ▒ ░ ░ ░ ▒ ░ ░ ░▒ ░ ░ ▒ ░ ░ ░ ░ ░
░ ░░ ▒ ░ ░ ░ ░ ░ ░ ▒ ░ ░ ░
░ ░ ░ ░ ░ ░ ░ ░ ░
SSH Key Generating and Sending
Windows:
Generating Key files:
Open CMD and paste the following: ssh-keygen -t rsa -a 4096
Press enter on all except for the one asking for a passphrase
For your passphrase, we recommend using a random generated password consisting of over 60 chars.
*Note your passphrase will not appear as you type/paste it, to paste in CMD use Control + Shift + V to paste
It will ask for you to re-enter to make sure you entered it correctly.
Done!
Giving us your public key for signup:
Open your file explorer and go to C drive, Users, (Your windows username), .SSH
You should see 2 files. The one ending in .pub is your public key
Select the .pub file and right click, press "Open with" > Notepad
Once in notepad press Control + A and then Control + C to copy everything
Paste that in the evil.site signup SSH textarea and you have now sent us your public key!
----
Linux:
Generating your key files:
Open your terminal and paste the following: ssh-keygen -t rsa -b 4096
Press enter one time to accept the default SSH key location
For passphrase use a random complicated password with atleast 60+ chars
Enter that same passphrase again
Done!
Giving us your public key for signup:
Enter the following: cat ~/.ssh/id_rsa.pub
Copy the key from your terminal and paste in to evils signup SSH textarea
----
Mac:
Generating your key files:
Open Terminal and paste the following: mkdir -m 700 ~/.ssh && ssh-keygen -t ed25519 -a 100
Press enter for default location
For passphrase enter a random generated password consisting of atleast 60 chars then press enter
Paste the same passphrase and press enter
Done!
Giving us your public key for signup:
In your Terminal paste the following: cat ~/.ssh/id_ed25519.pub
Copy and paste the output of that command in evils online SSH Key textarea for signup