Twice now, I have loaded my VM for a day of digging around HTB and found that none of my arrow keys work in my terminal. The enter key sometimes works, the number keypad is dead, generally its a mess.
After a good amount of digging, this seems to fix it, once you run the command, kill the session, and start a new one.
This page contains a script to fix a number of issues in the current version, and also to deploy some additional tools into a new instance in an automated fashion.
apt-get update
apt-get upgrade -y
#Fix issue in the the Harveter
pip3 install aiohttp --upgrade
#getpspy scripts
mkdir ~/pspy
cd ~/pspy
wget https://github.com/DominicBreuker/pspy/releases/download/v1.2.0/pspy32
wget https://github.com/DominicBreuker/pspy/releases/download/v1.2.0/pspy64