Please add the following to /etc/X11/xinit/xinitrc right before it starts looking for the users .xinitrc: if [ -x /usr/bin/ssh-agent ]; then eval `/usr/bin/ssh-agent -s` fi Users shouldn't need to know how to run an ssh-agent when they log in, it should just happen for them. [i've got xfree 4.2.0-r12]
have you considered using keychain? http://www.gentoo.org/projects/keychain
thanks. i wasn't previously aware of keychain. i'll enjoy using it.