> @@ -67,5 +70,19 @@ public SshClient create(HostAndPort socket, 
> LoginCredentials credentials) {
>           injector.injectMembers(client);// add logger
>           return client;
>        }
> +
> +      @Override
> +      public boolean existsSshAgent() {
> +         try {

Reuse `JschSshClient.getSSHAgentConnector()` here, or the injectable 
factory/supplier?

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

Reply via email to