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
Switching SSH keys now works when the same host has multiple Host blocks (one key per block). Previously ~/.ssh/config was left effectively unchanged — because OpenSSH treats IdentityFile additively, the first block's key kept being offered and the switch had no real effect. The chosen key is now activated and its same-host competitors are commented out, while unrelated hosts are left untouched.