>           OpenSSHKeyFile key = new OpenSSHKeyFile();
>           key.init(loginCredentials.getPrivateKey(), null);
>           ssh.authPublickey(loginCredentials.getUser(), key);
> +      } else {
> +         AgentProxy proxy= SshjSshClient.getSSHAgentProxy();

[minor] Space before `=`

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

Reply via email to