You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Track the active SSH key by your explicit selection rather than inferring it from ~/.ssh/config. In a separate-Host-per-key config the file can't express a single active identity, so the green highlight previously stayed stuck on the first host's key after switching. The last switched-to key is now persisted and reflected in the UI (falling back to config resolution when there's no selection or the key is gone).