1

shhhbb, an ssh bbs

 1 year ago
source link: https://donuts-are-good.github.io/shhhbb/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

shhhbb, an ssh bbs

shhhbb, an ssh bbs

shhhbb is a simple ssh based bbs.
host it with a single binary and connect with any ssh key.

view source code | download server

supports most cpus and operating systems

donuts-are-good's followersdonuts-are-good's starsdonuts-are-good's visitors

connect to the shhhbb.com bbs

use your normal ssh client. you don't need to sign up, just sign in with ssh and the bbs does the rest.

Note: If you need to generate a key, you can use this command to generate a good modern key. ssh-keygen -t ed25519 -C "shhhbb.com bbs key"

ssh -p 2223 shhhbb.com

how to host your own bbs

using shhhbb to host your bbs means anybody with any ssh key can interact with the bbs. as such, it's wise to run as a non-privileged user on a non-critical server, like a vps.

1. download the server program https://github.com/donuts-are-good/shhhbb/releases/latest

2. put your host keys in shhhbb/keys directory.
Note: if you need to generate a new key, try this: ssh-keygen -t ed25519 -C "shhhbb host key"

3. specify a port and run the server like this:

./shhhbb 2223

how to edit the code

the server is MIT licensed. if you don't know what that means, don't worry about it. but the important part of what that means for this program is you can make any changes you like. here are some short instructions to get the code and build it yourself. it's easy, don't worry.

1. clone the repository

git clone https://github.com/donuts-are-good/shhhbb

2. make your changes and save the file. everything happens in main.go

3. build it. all you need installed is Go, which you can get here: https://golang.org

go build

4. Optional: i made a thing that will compile the server for every cpu and os it is compatible with, which is about 30-40 platforms. if you're into that, it's a simple bash tool you can try here: donuts-are-good/release.sh

./release.sh --name "shhhbb" --version "v0.0.2" 

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK