Y
Hacker News
new
|
ask
|
show
|
jobs
by
3onyc
3422 days ago
This uses golang.org/x/crypto/ssh which doesn't spawn a shell, but handles the SSH connection like you would any other network connection. And the same could and should be done for the other mentioned examples as well.
1 comments
ycmbntrthrwaway
3422 days ago
Using sshd for SSH services is like using inetd for TCP services.
link