Ask a Question related to FreeBSD, Design and Development.
-
Loren M. Lang #1
Re: SSH-agent setting
On Tue, Feb 15, 2005 at 06:23:27PM +0100, kilim wrote:
Actually, it's simpler than that. Just add the following lines to your>>> > On Tue, Feb 15, 2005 at 11:51:41AM -0500, Clayton Scott Kern wrote:> > >
> > > Why not use keychain and put it in the appropriate rc file (.bashrc,
> > > cshrc, etc.), then you'll be connected to the agent automatically.
> My bad.
>
> Please disregard my previous email.
>
> I apologise !
>
> Your suggestion is great.
>
> What I didn't realise is that keychain is a great tool which resides
> in /usr/ports/security/keychain and it does this:
>
> "allowing you to easily have one long-running ssh-agent process per
> system, rather than per login session."
..profile:
export SSH_AUTH_SOCK=/tmp/user.agent
ssh-add -L >/dev/null 2>&1
if [ $? -ge 2 ]; then
ssh-agent -a $SSH_AUTH_SOCK >/dev/null 2>&1
fi
Then you'll just need to run ssh-add once after every reboot to re-add
the key, but the ssh-agent will be accessible from every terminal, X11
session, ssh login, etc. with your username.
-->
> as its web site states:
>
> [url]http://www.gentoo.org/proj/en/keychain/index.xml[/url]
>
>
> Thank you Clayton !
>
> _______________________________________________
> [email]freebsd-questions@freebsd.org[/email] mailing list
> [url]http://lists.freebsd.org/mailman/listinfo/freebsd-questions[/url]
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
I sense much NT in you.
NT leads to Bluescreen.
Bluescreen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.
Powerful Unix is.
Public Key: [url]ftp://ftp.tallye.com/pub/lorenl_pubkey.asc[/url]
Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C
Loren M. Lang Guest
-
Agent to allow .mp3 download
Creating a Coldfusion Stockmusic site. And I'm having issues allowing users to download the tracks they have purchased because of the differences... -
Setting the User Agent
I need to set the User Agent to MSIE in order to download a JPEG from a particular server. I've just been using this function to grab the JPEG:... -
Help with Micorsoft Agent
I've developed a html page that uses the Microsoft Agent object with default character. When I try to view the page, the animation works properly,... -
[RFC] Initialisation of ssh-agent
Hi, Currently I am writing a piece on the why and how of setting up SSH2 for public key authentication. For now it is in Dutch, but an English... -
Intelligent Agent
This installation is brand new and not an upgrade of any sort. Its on Linux 8.0 redhat on intel platform. When installing intelligent agent...



Reply With Quote

