1. 23
    1. 5

      Thanks! Added it to the list with ASCII games.

    2. 4

      Really fun seeing new SSH apps come along. Reminds me of my childhood of telnet-ing into MUD servers at school :)

    3. 4

      What is the server-side configuration for something like this? Does sshd have some kind of inted-like functionality or does the code have to implement its own ssh server?

      1. 6

        The latter I believe. The project seems to use this library https://github.com/charmbracelet/wish

        1. 2

          Although the former would also be possible. This would be similar to how git is usually set up where there is only one allowed command.