summaryrefslogtreecommitdiff
path: root/src/rpc.bash
AgeCommit message (Collapse)Author
2024-02-09fixup! enable-default-ssl.bashroot
2024-01-15worked!root
2023-08-27YESAndrew Cady
2023-08-27bashrpc cleanupsAndrew Cady
2023-08-26documentationAndrew Cady
2023-08-26cleaning and shitAndrew Cady
2023-08-26use common ssh functionAndrew Cady
2023-08-26improve clarityAndrew Cady
2023-08-26make tty work with new hackAndrew Cady
2023-08-26it works except the terminal is echoingAndrew Cady
when ssh is called with '-tt' it echoes back its stdin to the terminal, which dumps the source code of the rpc there it echoes before the remote bash code even runs, like how the terminal sometimes buffers input in the display when there is nothing on the other end listening for it. the solution is probably running 'ssh' from within 'socat' as documented in socat(1)
2023-08-25WIPAndrew Cady
2023-08-24minor improvementsAndrew Cady
2023-08-23split up rpc.bash into source-able libraryAndrew Cady