quickstart
just got accepted? here's what to do.
1. set your password and SSH key#
go to id.oss.zone and set a permanent password.
you should also add an SSH public key, to make proper use of the pubnix. this key will be how you log in to the server.
if you don't have one yet:
ssh-keygen -t ed25519
your public key is in ~/.ssh/id_ed25519.pub. paste its contents into the sshkeys field on your account page.
keep your private key (
~/.ssh/id_ed25519) safe and never share it.
2. SSH in#
ssh username@oss.zone
... what now?
3. things to do#
- check out all of the services
- host a website at https://username.oss.zone
- host a gemini capsule at gemini://oss.zone/~username
- install some packages
- use your e-mail at username@oss.zone
- hang out with the community in the chat rooms
- contribute to the wiki
if something isn't working, contact an admin.