> @@ -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());

Did we "forget" the session timeout here previously? :-(

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

Reply via email to