python3 -c 'import pty; pty.spawn("/bin/bash")'export TERM=xtermCtrl + Z #Per tornare sul terminale host
#Digita questo comando sul terminale host
stty raw -echo; fgDopo aver eseguito questi comandi avrai una shell con autocompletamento, CTRL + C che chiude i programmi e non la shell e tante altre belle cose.