nx_ssh_deploy.nx
buildroot/runtime/nx_ssh_deploy.nx
about
nx_ssh_deploy.nx -- use the sovereign SSH client to authenticate to the NAS
(password, from /tmp/nxpw) and run a READ-ONLY recon command, so we learn
the daemon layout + how it's launched BEFORE any deploy. No destructive
action here -- recon first (verified facts, not assumptions).
license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_ssh_lib.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 11 | func slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != 0 as u8 { n = n + 1 } return n } called by 1: main |
| 13 | func main() -> i64 |