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

The checkArgument above makes the resulting else branch impossible to reach...

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

Reply via email to