> @@ -107,7 +107,7 @@ public SSHClientConnection build() {
>  
>        protected Builder fromSSHClientConnection(SSHClientConnection in) {
>           return 
> hostAndPort(in.getHostAndPort()).connectTimeout(in.getConnectTimeout()).loginCredentials(
> -                  in.getLoginCredentials());
> +                  
> in.getLoginCredentials()).sessionTimeout(in.getSessionTimeout()).agentConnector(in.getAgentConnector());

But we didn't notice because it was added [after calling the 
builder](https://github.com/jclouds/jclouds/blob/master/drivers/sshj/src/main/java/org/jclouds/sshj/SshjSshClient.java#L489)
 in the only place the "from" method is called.

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

Reply via email to