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 know how to handle:
- The usernames and passwords are in unicode. Is this a problem for OpenSSH?
- Some usernames are of the form "user@something". Is it possible to leave those "@" signs in? So that a user will be able to perform
ssh user@something@computer
?
Thanks!