Ask HN: Hosting a CLI Tool via SSH?
Hi HN! I recently built a cli tool that uses AI to find job matches for software engineers (https://github.com/nicobrenner/commandjobs)
Someone on HN suggested (https://news.ycombinator.com/user?id=azophy_2) I should host the application via SSH, so that anyone could just do: ssh commandjobs.com
I thought that was super cool, but after doing some googling, I can't find any good resources on how to host command line applications via ssh
Would really appreciate any links or information you could provide on how to do it
Thank you
10 comments
[ 0.27 ms ] story [ 37.1 ms ] threadBut then if you want to have multiple, anonymous, users accessing the application at the same time, without sharing data, it gets tricky
> That's a perfectly valid and probably the most common use of SSH, but it can do so much more than that. Just like HTTP, SMTP, FTP and others, SSH is a protocol!
Thank you
Thank you!
maybe you can build your own wrapper that calls a subprocess.
To get more fancy with registration and a community, setup a BBS [1]. Here is how one BBS does it [2]. use the ‘local doors’ function to bridge to your app. good luck
[0] https://github.com/dokku/sshcommand
[1] https://www.telnetbbsguide.com/bbs/connection/ssh/list/detai...
[2] https://nuskooler.github.io/enigma-bbs/servers/loginservers/...
Will definitely be checking out the bbs’s