Access to SSL Visibility with remote TACACS+ authentication is not working properly due to a misconfiguration of the private key. The connection to TACACS+ server is working properly, however, since the key is misconfigured authentication is broken. This means that when a user is logging into the box, authentication doesn't work. Since TACACS+ is configured a user will not be able to get into the box. The only way local authentication will work is if the connection to the TACACS+ server is unavailable.
SSL Visibility configured with TACACS+ authentication is broken.
The connection to TACACS+ server is working properly, however, since the key is misconfigured authentication is broken. This means that when a user is logging into the box, authentication doesn't work. The only way local authentication will work is if the connection to the TACACS+ server is unavailable.
Login capability can be restored if the administrator has console access to the box. Log into the console, input the enable password, enter config mode. Run the command remote-auth disable. This will disable remote authentication allowing the admin to log in locally. After logging in locally the admin can edite the TACACS+ private key and re-enable remote-auth. An example of this is below:
sslv> enPassword:sslv# configEnter configuration commands, one per line. End with CNTL/Z.sslv(config)# remote-auth ?Possible completions: disable Disable remote authentication <cr>sslv(config)# remote-auth disableRemote authentication is disabledsslv(config)#