org.gridkit.vicluster.telecontrol.ssh
Interface SshSessionFactory

All Known Implementing Classes:
ConfigurableSshSessionProvider, SimpleSshSessionProvider

public interface SshSessionFactory

This class encapsulate credentials and network configuration. One provide could handle multiple hosts. TODO add optional account name as paramater.

Author:
Alexey Ragozin (alexey.ragozin@gmail.com)

Method Summary
 Session getSession(String host, String account)
           
 

Method Detail

getSession

Session getSession(String host,
                   String account)
                   throws JSchException
Throws:
JSchException


Copyright © 2017. All Rights Reserved.