Tagged Questions
5
votes
1answer
484 views
Special characters in ssh usernames
I've got a few users configured on LDAP, and would like them to be able to connect to a Linux machine via SSH using those users and password on the LDAP directory.
However, there are 2 issues I do not ...
2
votes
1answer
2k views
How to view a remote unicode file via ssh?
I have a unicode file that contains Chinese characters. I have a local and a remote copy of it.
When I use less on the local file the characters are shown properly:
奥尔德林
However, when I ssh to the ...