com.atlassian.bamboo.plugins.ssh
Class SshClientBackport

java.lang.Object
  extended by com.atlassian.bamboo.plugins.ssh.SshClientBackport

public class SshClientBackport
extends java.lang.Object

This is more-less copy paste from org.apache.sshd.SshClient.setUpDefaultClient() except for the two things: - preferring compression is enabled - JceRandom is used instead of BouncyCastleRandom


Constructor Summary
SshClientBackport()
           
 
Method Summary
static org.apache.sshd.SshClient setUpDefaultClient()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SshClientBackport

public SshClientBackport()
Method Detail

setUpDefaultClient

public static org.apache.sshd.SshClient setUpDefaultClient()


Copyright © 2012 Atlassian. All Rights Reserved.