1

I set up my ssh server and added custom issue.net config. when loggin, it shows \320\237\320\264\321.... for characters other than ascii-7

Is it a client side issue or do I manage this at server side?

useful
  • 1,927
  • 6
  • 26
  • 32

1 Answers1

1

It is not possible for the banner to have non-ASCII characters. ssh filters non-ascii characters and prints them as octal text. This is done for security reasons, to prevent attacks on the client by sending terminal control characters.

bain
  • 12,200