Guillaume Rousse <[EMAIL PROTECTED]> writes:

> When launching ssh-askpass, all i have is a graphical windows asking for
> my passphrase. When closing it, my passphrase is echoed in clear on the
> console ! And i don't have my ssh-agent ready.
> What i want is some way of running ssh-add automatically at login,
> without having to open a term and launching it manually. My .xsession
> file seems to be ignored, and my bashrc-profile is not specifical to
> graphical login. So how can i achieve this ?

You have to use ssh-add in your .xsession with the input redirected to /dev/null to
ask it to call ssh-askpass:

ssh-add < /dev/null
-- 
Fred - May the source be with you


Reply via email to