> --
> Chromium OS Developers mailing list: chromiu...@chromium.org
> View archives, change email options, or unsubscribe:
> http://groups.google.com/a/chromium.org/group/chromium-os-dev?hl=en
>
Lately whenever I've used "repo sync", it makes me type in my passphrase for the ssh key twice (at the same time!) and the second one comes out cleartext on my terminal. Anyone have an idea why it's asking twice?
Greg - that would be good command to run in the repo that is
triggering the prompt. You can run "repo sync" with --trace to see
exactly what git command is being run underneath when the prompt
appears.
1. Did you try setting up your ssh-agent with your password prior to running 'repo sync'? That's what I do, and it works well. (repo never prompts me for a password.)
2. Are you using 'repo sync -j' ? If so, what happens if you don't use the -j option?
eval `ssh-agent`
ssh-add ~/.ssh/chromium
--
Chromium OS Developers mailing list: chromiu...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-dev?hl=en
eval `keychain ~/.ssh/chromium`. ~/.keychain/${HOSTNAME}-sh