gotty icon indicating copy to clipboard operation
gotty copied to clipboard

tweaking scrollback buffer and disconnections

Open masterkain opened this issue 2 years ago • 0 comments

hello, I'm running gotty in a kubernetes container with this entrypoint

#!/bin/bash

PARAMS="--permit-write"

gotty $PARAMS /bin/bash

I have two questions:

  • scrollback seems limited, any way to increase that? maybe make that infinite
  • my users are disconnected after a while, they need to run a command that has a long execution and poor output, I see that the default --timeout has a 0 value but it doesn't seems to make a difference, any way to change that?

thanks

masterkain avatar Feb 24 '22 01:02 masterkain