2015-01-21 20:47:59 +01:00
|
|
|
/*
|
2019-01-25 18:07:34 +01:00
|
|
|
Package sshchat is an implementation of an ssh server which serves a chat room
|
2015-01-21 20:47:59 +01:00
|
|
|
instead of a shell.
|
|
|
|
|
|
|
|
sshd subdirectory contains the ssh-related pieces which know nothing about chat.
|
|
|
|
|
|
|
|
chat subdirectory contains the chat-related pieces which know nothing about ssh.
|
|
|
|
|
|
|
|
The Host type is the glue between the sshd and chat pieces.
|
|
|
|
*/
|
|
|
|
package sshchat
|