Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'iTerm - A Terminal app with tabbed windows' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
iTerm - A Terminal app with tabbed windows
Authored by: geekwagon on Apr 22, '03 06:56:33PM
The other reply you got should work, but if you don't want to reinvent the wheel with a bunch of scripts, try out Keychain.

I run it in my bash_profile so the script runs everytime I start a new shell. If it doesn't find a ssh-agent running, it will start one and ask for your passphrase. If one is running, it will silently set the proper environment variables to point your current shell to use the existing ssh-agent.

I just tried it with iterm and it works. I am using bash, so if you are using tcsh your mileage may vary.

Here's the URL: http://www.gentoo.org/proj/en/ keychain.xml

I tried to put in as a link but for some reason a %0d kept getting inserted into the URL. Anyone know what is up with that?

[ Reply to This | # ]