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-23 14:13:43 +02:00
.gitignore Initial commit 2024-06-14 19:55:30 +02:00
asserver.py Refactored some of the server code 2024-06-23 14:13:43 +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 Allow encrypted server private keys and ask for passphrase when key import fails 2024-06-19 11:36:38 +02:00