>           byte[] privateKey = loginCredentials.getPrivateKey().getBytes();
>           jsch.addIdentity(loginCredentials.getUser(), privateKey, null, 
> emptyPassPhrase);
> +      } else {
> +         Connector con = JschSshClient.getSSHAgentConnector();

Where should that code go? Interfaces in org.jclouds.compute.ssh.SshClient and 
analogous implementations in packages. I'll try that out, but that will result 
in having the jcraft-agentproxy-core dependency in jclouds-compute

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/312/files#r10861791

Reply via email to