|
|
|
|
|
by chasil
1099 days ago
|
|
I am on OpenBSD 7.2, and I see: $ eval $(ssh-agent)
Agent pid 56785
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 56785 killed;
The correct processing of that output requires an eval.Did you have any other questions? |
|
$(ssh-agent)
won’t substitute that with the stdout and run that?