On Tue, 4 Jan 2005, Satish Balay wrote: > On Tue, 4 Jan 2005, Claes Holmerson wrote: > ssh-agent is already spawned by some init file - so this part is already > done. > > If you need a general way to add the keys to the agent - add 'ssh-add' to > ~/.Xclients-default. For eg: > > --- > $ cat .Xclients-default > #!/bin/bash > # (c) 2001 Red Hat, Inc. > > ssh-add < /dev/null > exec fluxbox > exit 1 > > ---- > This is a little bit too general for me though. I rather don't start the window manager and everything that goes with it as well. Fedora makes it perfectly well for me already.