>When I tried to change the "UseLogin" to "yes", for some reason, I could not login
>at all. When I set it to "no", my RSA authentication works fine. Don't know why, yet.
UseLogin tells SSHD to invoke /bin/login (or whatever your login
program is) after the user is authenticated, instead of just starting
a shell. This is for sites that have modified /bin/login to do extra
things and don't want to lose those extras, or have to hack them into
the sshd.
If you haven't modified your login program, leave UseLogin as "no".
satch