> @@ -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());Yes :( --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/358/files#r12384000
