FormationKubernetesLabsLinuxPre-RequisTrucs et astucesCopy a file in Linux consolecat > my-file.sh # paste the content and use Ctrl-DEnable ssh persistent session with Byobussh k8s<ID>@<server-ip> byobu # F2: create new tab # F3/F4: switch to left/right tabIf the session crashes, reconnect and launch byobu to recover itCreate a SSH Tunnelssh k8s<ID>@<server-ip> -L 808<ID>:localhost:808<ID> -NWith Puttyplink -ssh -L 8088:localhost:8088 -P 22 k8s<ID>@<server-ip>