Problem with stty raw -echo

After taking a break for awhile, I came back to htb for more learning and practice. I’m on a new laptop and new install of kali. When trying to upgrade any reverse shell, stty raw -echo causes a line indent and foregrounding invariably crashes the shell. Anyone have an insight? I had no problem on my old kali box. Can’t upgrade shells because of this atm.

Would avoiding the bg/fg help?

stty raw -echo; nc -l -p 1234; stty -raw echo

maybe so, i will try it, thank you :slight_smile: