Class FileBasedSshSessionFactory

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class FileBasedSshSessionFactory
    extends org.eclipse.jgit.transport.sshd.SshdSessionFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.eclipse.jgit.transport.SshConfigStore createSshConfigStore​(File homeDir, File configFile, String localUserName)  
      • Methods inherited from class org.eclipse.jgit.transport.sshd.SshdSessionFactory

        close, createKeyPasswordProvider, createServerKeyDatabase, getDefaultIdentities, getDefaultKeys, getDefaultKnownHostsFiles, getDefaultPreferredAuthentications, getHomeDirectory, getKeyCache, getServerKeyDatabase, getSession, getSshConfig, getSshDirectory, getType, setHomeDirectory, setSshDirectory
      • Methods inherited from class org.eclipse.jgit.transport.SshSessionFactory

        getInstance, getLocalUserName, releaseSession, setInstance
    • Method Detail

      • createSshConfigStore

        protected org.eclipse.jgit.transport.SshConfigStore createSshConfigStore​(File homeDir,
                                                                                 File configFile,
                                                                                 String localUserName)
        Overrides:
        createSshConfigStore in class org.eclipse.jgit.transport.sshd.SshdSessionFactory