Yeah just spotted that in the code - wonder if there is a reason why it
doesn't try...

Re the agents, that's what it looked like to me as well but somehow
(magic!) it appears to be automatically picking up my passphrase from
somewhere. Mysterious (but good :) )

Richard.


On Wed, Jun 12, 2013 at 9:36 AM, Jesse Glick <[email protected]> wrote:

> On 06/11/2013 05:33 PM, Richard Bywater wrote:
>
>> Will try and have a quick debug of the code and then raise an issue with
>> my findings.
>>
>
> jenkinsci/jenkins/main/java/**hudson/cli/CLI.java:
>
>                 try {
>                     keyFileCandidates.add(loadKey(**key));
>                 } catch (IOException e) {
>                     // don't report an error. the user can still see it by
> using the -i option
>                     LOGGER.log(FINE, "Failed to load "+key,e);
>
> No attempt is made to call tryEncryptedFile.
>
> My earlier point was also that agents are not yet supported; cf.
> jenkinsci/ssh-agent-plugin.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to 
> jenkinsci-dev+unsubscribe@**googlegroups.com<jenkinsci-dev%[email protected]>
> .
> For more options, visit 
> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
> .
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to