Skip to content

v1.1.2

Choose a tag to compare

@kitanoyoru kitanoyoru released this 21 Jun 23:13
fcabc6c

Fixes

  • 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.