kcli icon indicating copy to clipboard operation
kcli copied to clipboard

add kcli ssh -t pseudo-terminal allocation

Open stefanha opened this issue 6 months ago • 0 comments

When ssh(1) is invoked with a command it does not enable pty allocation. The ssh -t option forces pty allocation and is typically used together with commands that assume there is a terminal (for tab completion, job control in shells, etc).

Add the kcli ssh -t option so that commands can be invoked with a pseudo-terminal.

stefanha avatar Aug 29 '24 18:08 stefanha