A little experiment with using a custom SSH server to broadcast input back to all connected clients as messages
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-06-16 08:55:52 +02:00
.gitignore Initial commit 2024-06-14 19:55:30 +02:00
asserver.py Allow sending messages by directly providing them as a ssh commandline argument, by reading process.command 2024-06-16 08:55:52 +02:00
example_config.yml Put private key out of config file, specify the path to the private key as a commandline argument 2024-06-16 08:42:50 +02:00
LICENSE Add project files 2024-06-15 19:10:58 +02:00
requirements.txt Add project files 2024-06-15 19:10:58 +02:00