A custom SSH server that broadcasts input messages back to all connected clients.
This repository has been archived on 2025-09-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2024-07-02 17:24:31 +02:00
.gitignore Add build script, generate version string on build time, modify usage and add version info 2024-07-02 17:20:07 +02:00
args.go Add build script, generate version string on build time, modify usage and add version info 2024-07-02 17:20:07 +02:00
build.sh Allow passing additional arguments to the build script 2024-07-02 17:24:31 +02:00
config.example.yml Add project files 2024-06-29 09:38:07 +02:00
config.go Add project files 2024-06-29 09:38:07 +02:00
go.mod Add project files 2024-06-29 09:38:07 +02:00
go.sum Add project files 2024-06-29 09:38:07 +02:00
LICENSE Add project files 2024-06-29 09:38:07 +02:00
main.go Add build script, generate version string on build time, modify usage and add version info 2024-07-02 17:20:07 +02:00
ssh.go fix: Lock sessionListMutex in BroadcastLine() 2024-06-29 09:57:51 +02:00