RCA-2026-03-16-002: Analysis
Root Cause
The Problem
SSH config file structure:
Host * # Line ~50 - FIRST MATCH
PasswordAuthentication no # Sets this for ALL hosts
PreferredAuthentications publickey
...
Host ise-01 ise-02 # Line ~200 - TOO LATE
PasswordAuthentication yes # IGNORED - already set above
PreferredAuthentications keyboard-interactive,password
SSH Config Processing Rules
|
SSH config uses first match wins for each option:
|
Root Cause Statement
|
Device-specific SSH authentication settings were overridden by global |
ISE SSH Limitations
|
Cisco ISE does NOT support SSH certificates (Vault SSH CA). ISE is a closed appliance with limited SSH implementation:
For ISE, password auth is the only reliable option. |