Tilde.club Help Desk Guide
authors:
table of contents
Tilde.club Help Desk Guide §
Welcome! This Help Desk system provides a quick, self-serve way to:
- Request or redeem a new SSH key for your tilde
account.
- Reset your account password (if you’ve forgotten it).
Below you’ll find step-by-step instructions on how to use the help
desk system when you SSH into the help
user.
Accessing the Help Desk §
Open a terminal on your local machine.
SSH into the help account (adjust the hostname to your actual tilde server name):
ssh help@tilde.club
You’ll see a welcome message and a main menu with numbered options.
Main Menu Overview §
After logging in, you’ll see three main options:
- SSH Key Help
- Password Help
- Exit
Select the option that applies by typing its corresponding number and pressing Enter.
1. SSH Key Help §
When you choose SSH Key Help at the main menu, you’ll see another menu:
- Request a new SSH key
- Redeem a code for a new SSH key
- Return to the previous menu
1.1 Request a New SSH Key §
- Pick “I want to request a new SSH key” (option
1).
- Enter the email you registered with your tilde
account. The system does a simple check to ensure it’s valid.
- If the email matches an existing account, you’ll receive a
“request code” at that address.
- After receiving that code, log out or press Enter to return to the main menu.
1.2 Redeem a New SSH Key §
- Back in the SSH Key Help menu, choose “I
have a code from my email and need to redeem it.”
- Paste in the request code you received.
- The system confirms your username.
- When prompted, paste your new public SSH key (the
part that starts with
ssh-ed25519
orssh-rsa
or similar).
- The system appends your key to your
~/.ssh/authorized_keys
.
- You’ll see a success message, and you can then log in to your tilde with that new key.
2. Password Help §
At the main menu, choosing Password Help displays:
- Request a password reset code
- Redeem a password reset code
- Return to the previous menu
2.1 Request a Password Reset Code §
- Choose “Request a password reset code.”
- Enter your email address.
- The system sends a reset code to your email if the
account matches.
- Exit or return to the menu once you have the code.
2.2 Redeem a Password Reset Code §
- Choose “Redeem a password reset code.”
- Paste in the code from your email.
- Enter a new password for your tilde account, then
confirm it.
- Upon success, the system updates your account’s password immediately.
3. Exiting the Help Desk §
Simply choose “I’d like to leave this help desk” (option 3 in the main menu) or press Ctrl+D (end of file) to disconnect.
Tips & Troubleshooting §
- Time Limit: Each prompt has a 2-minute inactivity
timer. If you wait too long, the help desk exits
automatically. Just log in again to resume.
- Email Didn’t Arrive? Check your spam folder. If you
still don’t see it, contact root@tilde.club.
- Invalid Email: If you mistype an email or use an
unrecognized domain, you’ll see an error. Double-check your
address.
- Incorrect Code: If the code was typed incorrectly or expired, the system will refuse it. Request a new one if needed.