Right now I am experiencing some very, very weird behaviour on a Ubuntu 14.04.2 LTS server I am managing.
Connecting to the server over ssh either from cygwin(mintty) or a terminal on a Linux machine, I can't type the letter e
.
I have done the following debugging:
- The letter
e
can be typed in vim on the remote server - The letter
e
can be typed in the terminal on the local machines $TERM
is set toxterm
$LANG
,$LANGUAGE
and$LC_ALL
are set tode_DE.utf8
locale charmap
returnsUTF-8
Right now, I am completely out of ideas what could be causing this.
I'd be very happy about some advice on how to fix this.