Keyboard shortcuts(break)

a good way to test and demonstrate the slowness:
open a terminal window and core shell next to each other and ssh to 127.0.0.1
run the following command in both windows and watch the result after one minute
while true; do date; done
try to control-c the running commands

39