Zssh does it require sudo/root to launch?

Once you put your zssh client on a box, do you need any kind of elevated privs to launch a connection to your remote end point? i searched some but couldnt find it, and its going to be a couple weeks till i can test it out.

Hey there, welcome back @ChrisOSSTMM!

I assume you're running zssh on Linux or macOS.

The effective UID must have execute permission on the zssh binary and read permission on the SSH and Ziti identity files referenced by the --SshKeyPath and --ZConfig options, respectively.

The effective UID must have execute permission on the parent filesystem directories in order to recurse to the referenced SSH and Ziti identity files.

Thank you, thats what i was wondering.