First time I've tried this, so I'm probably really confused.

I've had ssh-agent working on my laptop for some time. Now, I want to ssh
to system1, and from my shell on system1, ssh to system2.

So I do
laptop$ eval `ssh-agent`
laptop$ ssh-add $HOME/.ssh/id_dsa
laptop$ ssh system1

system1$ ssh system2
enter password for user@system2:

What am I doing wrong here? Do I need to start an ssh-agent as part of my
logon process in system1? or is there something else going on?

-- 
Don Faulkner, KB5WPM             |
                                 | "All that is gold does not glitter."
 ( This space unintentionally    | "not all those who wander are lost."
                 left blank )    |                    --J.R.R. Tolkien


Reply via email to