/confdConfig/cli/quickSshTeardown (boolean) [false]

quickSshTeardown controls if CLI sessions initiated through an SSH sessions should be torn down
directly when the socket is closed, or not. When set to ‘true’ the socket will be closed as soon as the
CLI receives a tcp shutdown, if set to ‘false’ it will wait until all pending data has been written.

Can you take an example for this scenery ? And how can i build a CLI : "CLI sessions initiated through an SSH sessions " ?

Thanks !