NHAS

Results 137 comments of NHAS

Im more than happy to add a flag that allows users to specify a path to a private key for the client if that would suite what you're thinking of.

Eh we can always change the build process and how private keys are embedded

This is now on unstable, and will be in the next release. Clients now support `--private-key-path` as an option, where you can specify a SSH private key that the client...

Hm, this is a bit odd as the client does actually update its own timeout based on the servers timeout setting. https://github.com/NHAS/reverse_ssh/blob/663d5d736037e760a940401062d0c750ea7bc87b/internal/client/client.go#L396 ```go case "[email protected]": req.Reply(false, nil) timeout, err :=...

Hm, other than ensuring that the client is getting the right timeout value via the keepalive I cant really think of much.

Howdy, I dont believe that would break anything and is a great idea. I'll have to have a look around just to make sure but more than happy for it...

This is done and now on unstable. I've added an e2e test for it, but please check it out yourself to make sure it works.