Thanks! Added it to the list with ASCII games.
Really fun seeing new SSH apps come along. Reminds me of my childhood of telnet-ing into MUD servers at school :)
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?
The latter I believe. The project seems to use this library https://github.com/charmbracelet/wish
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.
Thanks! Added it to the list with ASCII games.
Really fun seeing new SSH apps come along. Reminds me of my childhood of telnet-ing into MUD servers at school :)
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?
The latter I believe. The project seems to use this library https://github.com/charmbracelet/wish
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.