Package com.atlassian.bamboo.plugins.ssh
Class AtlassianSshClientAndServerFactory
java.lang.Object
com.atlassian.bamboo.plugins.ssh.AtlassianSshClientAndServerFactory
- All Implemented Interfaces:
SshClientAndServerFactory
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAtlassianSshClientAndServerFactory
(long authTimeout, TimeUnit authTimeoutUnit, long idleTimeout, TimeUnit idleTimeoutUnit) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.sshd.client.SshClient
clone ofSshClient.setUpDefaultClient()
with Atlassian crypto factoryorg.apache.sshd.server.SshServer
clone ofSshServer.setUpDefaultServer()
with Atlassian crypto factory
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
AtlassianSshClientAndServerFactory
public AtlassianSshClientAndServerFactory() -
AtlassianSshClientAndServerFactory
-
-
Method Details
-
createSshClient
public org.apache.sshd.client.SshClient createSshClient()clone ofSshClient.setUpDefaultClient()
with Atlassian crypto factory- Specified by:
createSshClient
in interfaceSshClientAndServerFactory
-
createSshServer
public org.apache.sshd.server.SshServer createSshServer()clone ofSshServer.setUpDefaultServer()
with Atlassian crypto factory- Specified by:
createSshServer
in interfaceSshClientAndServerFactory
-