采用Go编写的自定义SSH服务器:ssh-chat
jopen
10年前
采用Go编写的自定义SSH服务器。代替shell,当你连到该服务器时就会进入聊天模式,就好像以前的终端 BBS 系统一样。。
Demo
Join the party:
$ ssh chat.shazow.net
(Apologies if the server is down.)
Quick Start
Usage: ssh-chat [OPTIONS] Application Options: -v, --verbose Show verbose logging. -b, --bind= Host and port to listen on. (0.0.0.0:22) -i, --identity= Private key to identify server with. (~/.ssh/id_rsa) Help Options: -h, --help Show this help message