Wrong console encoding in ssh session – where can I configure this?
Hi all!
When I connect to my server via ssh from my Gentoo box, there's no problem. I can use Umlauts etc. as expected.
When I do the same from my Artix box, I can't type Umlauts. E.g. typing "'Ä" yields no output, typing "ÄÖÜ" in a vim session results in "�~D�~V�~\" being displayed and so on.
I think my locale stuff is configured correctly:
/etc/locale.gen:
de_DE.UTF-8 UTF-8
/etc/locale.conf:
export LANG="de_DE.UTF-8"
$ locale
LANG=de_DE.UTF-8
LC_CTYPE="de_DE.UTF-8"
LC_NUMERIC="de_DE.UTF-8"
LC_TIME="de_DE.UTF-8"
LC_COLLATE="de_DE.UTF-8"
LC_MONETARY="de_DE.UTF-8"
LC_MESSAGES="de_DE.UTF-8"
LC_PAPER="de_DE.UTF-8"
LC_NAME="de_DE.UTF-8"
LC_ADDRESS="de_DE.UTF-8"
LC_TELEPHONE="de_DE.UTF-8"
LC_MEASUREMENT="de_DE.UTF-8"
LC_IDENTIFICATION="de_DE.UTF-8"
LC_ALL=
What causes this?! Thanks for all help :-)