With random occurence for ssh logins into remote terminal ('agetty') there is immediate output of unrelated characters into that ssh session terminal.
With periodical repetition these are "hh��cahh�" or "hh��!ca[" and "CR" "LF".
Furthermore copy&paste for some characters (recognized til now for: $ ") was not possible, since there was no output into terminal after (and including) these characters.
There has been no change of system configuration files since recognizing the difficulties for this Debian distribution. Some of this irregular output problems can be solved (for minutes endurance) with
stty sane
How to debug the reason for this encoding(?) problems and how getting a process description or program name of a pid ( strace -fe write $(lsof -t "/proc/$$/fd/1" | sed 's/^/-p/' -> with separate ps | grep $pid process/program already closed ) of the process that causes this output to stdout?