If you use minikube ssh with kitty backspace and other characters do not work properly.
The problem is that the terminfo is not copied across, however, it's not possible to do kitty +kitten ssh as suggested in the kitty FAQ because tic is not installed on minikube and so fails with the following error:
bash: line 58: tic: command not found
How can you get kitty and minikube to play nicely together?