On Wed, 2008-04-02 at 15:42 -0600, Charles Curley wrote: > I want to SSH from A to B. Then I want to use B's keys to log in from > B to C.
You'll definitely want to look at keyring then. It's a neat set of scripts that handles keeping an agent running in the background so that it's always there when you log in. As I recall, though, it's difficult to get keyring to cooperate with GDM though, so maybe not. In any case starting up an ssh-agent when you log in to B is the right way to do this. /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
