Fix for multiple identities with ssh-agent.
This commit is contained in:
parent
7a745425c4
commit
5a7ab1fe5d
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ function _ssh-agent-start() {
|
|||
if [[ ! -n "${identities}" ]]; then
|
||||
ssh-add
|
||||
else
|
||||
ssh-add "${HOME}/.ssh/${^identities}"
|
||||
ssh-add "${HOME}/.ssh/${^identities[@]}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue