diff options
| author | yctct <yctct@yctct.com> | 2025-05-11 13:34:58 +0200 |
|---|---|---|
| committer | yctct <yctct@yctct.com> | 2025-05-11 13:34:58 +0200 |
| commit | 95b90ef27ab34d27ba5c2f525b7b7344c234af65 (patch) | |
| tree | fce96147f4226c22b13078dc3a7e6fd47078bdb3 /start.md | |
| parent | fec9dc097961f0fdbc33c62dc47f5575183cf1e3 (diff) | |
Rename file
Diffstat (limited to 'start.md')
| -rw-r--r-- | start.md | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/start.md b/start.md new file mode 100644 index 0000000..52e9659 --- /dev/null +++ b/start.md @@ -0,0 +1,42 @@ +# How to get your compost.party username + +These are the steps I took to get my username set up on compost.party. + +-- + +Open the application Terminal. + +If you don't have a SSH key, generate a SSH key, to do so run: + + $ ssh-keygen + +Select default settings. + +Copy public key to a file: + + $ cat ~/.ssh/id_ed25519.pub > ssh_pubkey.txt + +The file containing your SSH public key could be name something else, but it ends with <code>.pub</code>. + +Send the the file ssh_pubkey.txt public key to yeah@compost.party. + +Wait for a confirmation from yeah@compost.party that your username has been created. + +Open your Terminal. + +Connect to the server: + + $ ssh -p23 username@compost.party + +The Terminal should ask you whether it is the right fingerprint. + +Copy the fingerprint. + +Ask yeah@compost.party whether the fingerprint matches. + +Once you have received the confirmation that the fingerprint matches, go to your Terminal. + +Type <code>yes</code>. + +You should be on the server. + |
