SSH Proxy Node Does Not Show Annual Certification Status Message
When attempting to SSH into the ssh proxy login node, it does not verify whether or not the user account is in good standing (certified). However, when SSH-ing directly into cheaha.rc.uab.edu, the system appropriately reports that the account is overdue for certification and blocks access until resolved.
Attempt to SSH into cheaha.rc.uab.edu with an account requiring annual certification:
$ ssh -l USER@cheaha.rc.uab.edu
Your annual account certification is overdue.
Please visit https://rc.uab.edu/account to complete your certification and resume using your account.
USER@cheaha.rc.uab.edu: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
Attempt to SSH into the ssh proxy login node:
$ ssh -l USER@138.26.49.58
Login is successful, bypassing certification verification.
Expected Behavior: The ssh proxy login node should check the user's account certification status and deny access if the account is not in good standing, similar to cheaha.rc.uab.edu.