Hacker News new | ask | show | jobs
by zachlatta 2031 days ago
The entire app is actually an SSH server implemented entirely within Go. The different commands are all manually simulated in Go, there is no shelling out possible because of security concerns.

The code is all open source at https://github.com/hackclub/jobs. It's the same concept I used for https://github.com/zachlatta/sshtron.

1 comments

That is amazing!

> https://github.com/zachlatta/sshtron

That is super cool!