blijf in de interactieve shell na de command als je 2 commandos in 1 uitvoert.
ssh server “command0”
voert het commando uit en exit
ssh server -t “commando”
voert het commando uit en blijft interactief wachten op de volgende commando

blijf in de interactieve shell na de command als je 2 commandos in 1 uitvoert.
ssh server “command0”
voert het commando uit en exit
ssh server -t “commando”
voert het commando uit en blijft interactief wachten op de volgende commando



