> @@ -63,9 +77,14 @@ public Factory(ProxyConfig proxyConfig, 
> BackoffLimitedRetryHandler backoffLimite
>  
>        @Override
>        public SshClient create(HostAndPort socket, LoginCredentials 
> credentials) {
> -         SshClient client = new JschSshClient(proxyConfig, 
> backoffLimitedRetryHandler, socket, credentials, timeout);
> +         SshClient client = new JschSshClient(proxyConfig, 
> backoffLimitedRetryHandler, socket, credentials, timeout, 
> getAgentConnector());

It is ok for me then. Thanks for explaining!

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

Reply via email to