SlackBuilds Repository

15.0 > Network > ssh-chat (1.10)

ssh-chat (IRC-like chat server using ssh as a client)

ssh-chat is a custom SSH server written in Go. Instead of a shell, you
get a chat prompt.

Note that this is only the server. There is no dedicated client: users
just use ssh to connect to the server.

This SlackBuild just repackages the official release binary, and does
not attempt to compile anything.

There is no startup script; if you want to run ssh-chat as a daemon,
add something like this to /etc/rc.d/rc.local:

if [ -x /usr/sbin/ssh-chat ]; then
cd /
/usr/sbin/ssh-chat <options> </dev/null >/dev/null 2>&1 &
fi

Replace <options> with whatever options you want (one of which should
be --log). If you'd rather run as a non-root user, prefix the command
with e.g. "su - nobody -s ", and make sure your --bind has a port
numbered higher than 1024.

Maintained by: B. Watson
Keywords: sshchat,ssh_chat
ChangeLog: ssh-chat

Homepage:
https://github.com/shazow/ssh-chat/

Source Downloads (32bit):
ssh-chat-linux_386.tgz (21313e16a3ffcb2659231d93d4010d40)

Source Downloads (64bit):
ssh-chat-linux_amd64.tgz (624d31da8f76331bc03bd07f3ff6fd4c)

Download SlackBuild:
ssh-chat.tar.gz
ssh-chat.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds