2
KAS89
4y

Drop some cool python automation ideas. Or projects that’s you worked on. If you feel like sharing of course.

Comments
  • 1
    Never finished it.. A ssh client that you can:
    - detach from
    - attach to
    - attach multiple people to the same session simultaneously [session owner can whitelist/invite other users to join, owner can set a join password, set read/write permissions for each user in the session, kick users out]
    - have file-based plugins - shell scripts that each user can define individually: these scripts are given aliases in the app and can be executed on remote servers through the session
    - multi-hop connections
    - port forwarding through an already established session
    - full i/o logging for each user, with timestamps
    - ability to send/fetch files through the session

    I had it all done apart from the last three. Enjoy!
Add Comment