| Summary: | Explicit identity files are being used after implicit files are attempted | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Michael Hall <mhall119> |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED INVALID | ||
| Severity: | minor | CC: | djm |
| Priority: | P5 | ||
| Version: | 6.2p1 | ||
| Hardware: | ix86 | ||
| OS: | Linux | ||
|
Description
Michael Hall
2014-04-05 07:14:18 AEDT
You need IdentitiesOnly=yes; from ssh_config(1):
IdentitiesOnly
Specifies that ssh(1) should only use the authentication identity
files configured in the ssh_config files, even if ssh-agent(1) or
a PKCS11Provider offers more identities. The argument to this
keyword must be “yes” or “no”. This option is intended for situ‐
ations where ssh-agent offers many different identities. The
default is “no”.
Set all RESOLVED bugs to CLOSED with release of OpenSSH 7.1 |