Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 1998 21:48:13 -0700
From:      John Polstra <jdp@polstra.com>
To:        peter@netplex.com.au
Cc:        committers@freebsd.org
Subject:   Re: Security and other facilities at WC CDROM - the plan. 
Message-ID:  <199809260448.VAA10801@austin.polstra.com>
In-Reply-To: <199809252052.EAA04519@spinner.netplex.com.au>
References:  <199809252052.EAA04519@spinner.netplex.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <199809252052.EAA04519@spinner.netplex.com.au>,
Peter Wemm  <peter@netplex.com.au> wrote:

> Or, even more perverse^H^H^H^H^H^H^Hbetter:
> 
>   ssh-agent startx
> 
> in an xterm window:
> 
>   ssh-add
>   (type your passphrase)

Even easier:

Use "startx" the normal way.  At the end of ~/.xinitrc:

    exec ssh-agent /usr/X11R6/bin/fvwm2

In ~/.fvwm2rc:

    AddToFunc InitFunction    "I" Module FvwmButtons 
    +                         "I" Exec ssh-add < /dev/null

"ssh-add" will pop up a nice window when you first start X and
prompt you for your passphrase.  It's all automatic.

John
--
   John Polstra                                       jdp@polstra.com
   John D. Polstra & Co., Inc.                Seattle, Washington USA
   "Self-knowledge is always bad news."                 -- John Barth



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809260448.VAA10801>