com.stc.connector.ssh
Class SSHProvider
java.lang.Object
com.stc.connector.ssh.SSHProvider
- All Implemented Interfaces:
- com.maverick.ssh.HostKeyVerification
- Direct Known Subclasses:
- SCPClientImpl, SFTPClientImpl
public class SSHProvider
- extends java.lang.Object
- implements com.maverick.ssh.HostKeyVerification
jim.fu@sun.com
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mSSHClient
protected com.maverick.ssh.SshClient mSSHClient
iSSHVer
protected int iSSHVer
mCFG
protected SSHConfiguration mCFG
mInterface
protected SSHInterface mInterface
SSHProvider
public SSHProvider(SSHInterface intf,
java.util.Map aParams)
getConfiguration
protected SSHConfiguration getConfiguration()
throws java.lang.Exception
- Throws:
java.lang.Exception
connectWithAuthentication
protected void connectWithAuthentication()
throws java.lang.Exception
- Throws:
java.lang.Exception
verifyHost
public boolean verifyHost(java.lang.String host,
com.maverick.ssh.components.SshPublicKey key)
throws com.maverick.ssh.SshException
- Specified by:
verifyHost
in interface com.maverick.ssh.HostKeyVerification
- Throws:
com.maverick.ssh.SshException