0
0
Fork
You've already forked msc
0
Minimal ssh-chat (msc)
  • Go 94.7%
  • Makefile 3.4%
  • Dockerfile 1.9%
Find a file
2021年12月06日 12:45:16 +01:00
patch initial commit 2021年12月04日 23:37:15 +01:00
src src/main/cmd.go: improve message consistency 2021年12月06日 12:45:16 +01:00
.gitignore initial commit 2021年12月04日 23:37:15 +01:00
Dockerfile initial commit 2021年12月04日 23:37:15 +01:00
Makefile improve Makefile 2021年12月04日 23:59:05 +01:00
README.md add README.md 2021年12月06日 12:31:19 +01:00

msc

msc is a minimal fork of ssh-chat

What distinguishes msc from the ssh-chat?

  • key whitelist based authorization only (no anonymous login)
  • no nick renaming
  • no op/admin roles
  • no banning functionality of any kind (IP, client etc.)
  • significantly less chat commands
  • less bloat