[Bug 3004] New: ssh-add does not honor IdentityAgent
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Tue May 7 15:39:12 AEST 2019
https://bugzilla.mindrot.org/show_bug.cgi?id=3004
Bug ID: 3004
Summary: ssh-add does not honor IdentityAgent
Product: Portable OpenSSH
Version: 7.9p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh-add
Assignee: unassigned-bugs at mindrot.org
Reporter: rigarash at gmail.com
>From OpenSSH 7.3p1, ssh_config has an option IdentityAgent so that I
can unset SSH_AUTH_SOCK for invoking ssh with ssh-agent.
For example, if I have the following line, you don't have to set
SSH_AUTH_SOCK:
$ cat $HOME/.ssh/config
Host *
IdentityAgent ~/.ssh/S.ssh-agent
However, ssh-add only looks for SSH_AUTH_SOCK. It would be nice for
ssh-add to honor config(s) of IdentityAgent.
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list