code wiki / _hdl_build / nx_ssh_deploy_page.nx

nx_ssh_deploy_page.nx

buildroot/runtime/_hdl_build/nx_ssh_deploy_page.nx

4757 B76 linesdepth 10pulls 22 transitivereach 0 importersview sourcekind tooltopic ssh
docsdependenciesstructsconstsfunctions

about

nx_ssh_deploy_page.nx -- the team EXECUTES a sovereign page deploy: read the local page, BACK UP any existing remote copy, ssh_put_file it into the live web doc root, then VERIFY (size + fetch it back over :8443). No scp, no 3rd party. Honest liveness: it reports whether the live daemon actually serves it. license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_ssh_lib.nx nx_ssh_deploy_page.nx

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

main sys_mmap nxa_die sys_write sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_munmap sys_close ssh_puts sys_write ↻ ssh_open_session sys_socket sys_mmap ↻ ssh_sockaddr nx_connect_bounded nx_fcntl sys_connect sys_mmap ↻ sys_poll sys_munmap ↻ ssh_kex sys_write ↻ sys_mmap ↻ ssh_read_line sys_read ↻

structs

none

consts

7const K_MAGIC_1048576: i64 = 1048576
8const K_MAGIC_16384: i64 = 16384
9const K_MAGIC_65536: i64 = 65536
10const K_MAGIC_1024: i64 = 1024

functions

12func slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != 0 as u8 { n = n + 1 } return n }
called by 1: main
14func ssh_put_file(st: *SshState, wcmd: *u8, wcmdlen: i64, data: *u8, datalen: i64) -> i64
46func main() -> i64