On Thu, Sep 14, 2000 at 05:18:46PM -0400, Weihong Cui wrote:
> unix$ ssh-agent
> SSH_AUTH_SOCK=/tmp/ssh-xomH8506/agent.8506; export SSH_AUTH_SOCK;
> SSH_AGENT_PID=8583; export SSH_AGENT_PID;
> echo Agent pid 8583;
> unix$ ssh-add
> Could not open a connection to your authentication agent.
try
$ eval `ssh-agent`
$ ssh-add
or
$ ssh-agent $SHELL
$ ssh-add
- ssh-agent and ssh-add Weihong Cui
- ssh-agent and ssh-add Markus Friedl
- ssh-agent and ssh-add owner-ssh
- Re: ssh-agent and ssh-add owner-ssh
