| Summary: | OpenSSH ignores keys in ~/.ssh/config and offers keys from Seahorse instead | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | jchadima |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED INVALID | ||
| Severity: | normal | CC: | djm, dtucker |
| Priority: | P2 | ||
| Version: | 5.6p1 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
jchadima
2010-11-08 20:53:37 AEDT
Doesn't "IdentitiesOnly yes" do what you want? from "man ssh_config" IdentitiesOnly Specifies that ssh(1) should only use the authentication identity files configured in the ssh_config files, even if ssh-agent(1) offers more identities. The argument to this keyword must be ``yes'' or ``no''. This option is intended for situations where ssh-agent offers many different identities. The default is ``no''. If you don't want ssh to touch the agent at all, then unset the SSH_AUTH_SOCK environment variable. Move resolved bugs to CLOSED after 5.7 release |