Comment on Show HN: Linux server management over SSH – written in Rust and TauriComments−ramon15611dLooks like TRUENAS if it was single-prompted. Also how will it know what my server runs if I install nothing on it? will my server just expose all information? I'm a bit confused why this was a design choice.−freakynitOP11dI just heard of TrueNAS for the first time in my life... So, checked google images.. there is some similarity for sure.It detects the server OS "after SSH authentication" by running a small POSIX-shell probe.It will not automatically expose "all information". It can access only what the SSH account can access.
Comments
Looks like TRUENAS if it was single-prompted. Also how will it know what my server runs if I install nothing on it? will my server just expose all information? I'm a bit confused why this was a design choice.
I just heard of TrueNAS for the first time in my life... So, checked google images.. there is some similarity for sure.
It detects the server OS "after SSH authentication" by running a small POSIX-shell probe.
It will not automatically expose "all information". It can access only what the SSH account can access.