Sup guys!
Finding documentation has been driving me nuts for the past 3 days. I just got my Chromebook and I've been setting it up to be a dumb terminal for development when I'm on-the-go. Thankfully I figured out enough about the Secure Shell to get `nassh-relay` setup and I'm proxying to it with nginx. The nginx part kept my stumped, because I was trying to get it to work over SSL... 3 days later I find the `--use-xhr` flag. It fixed my connectivity problems.
Anyway, what I'm trying to find is a concise list of flags for Secure Shell and also documentation. I've been poking around these places:
I can't find a reasonable documentation page. Coming from the Linux work, I expect something like a man page for this, but I can't seem to find one. Am I just missing/skipping a critical page or something?
Thanks,
Sam