Turning off XON/XOFF when SSHing via PuTTY

Based on a SuperUser question, just run this once connected:

echo "stty -ixon" >> ~/.bash_profile
reset

And that should fix it.

(Updated to correct option)