When using a mac to connect to screen running on my linux box, I would get  message: “Wuff —- Wuff!!!” whenever I used the backspace (delete) key.

This is super annoying, here is the fix:

Add:

alias screen='TERM=screen screen'

to the .bashrc of the screen user on your linux box.