Hacker News new | ask | show | jobs
by e12e 1157 days ago
The go ssh packages are a popular choice:

https://github.com/shazow/ssh-chat

https://github.com/zachlatta/sshtron

https://github.com/quackduck/devzat

https://github.com/donuts-are-good/shhhbb/

There's also a assembly library:

https://2ton.com.au/sshtalk/

And for rust there's trush, and for python paramiko as mentioned.

> expose a TUI/cli-app over ssh without actually caring about securing OpenSSH

If you already have an app, see maybe:

https://drewdevault.com/2019/09/02/Interactive-SSH-programs....

2 comments

Hello, I made devzat. I can try to answer if anyone has any questions about ssh-based apps
> And for rust there's trush

Do you mean thrussh?

It looks like that hasn't been updated in 2 years. But there is an active fork of it called russh.