Class FileBasedSshSessionFactory

java.lang.Object
org.eclipse.jgit.transport.SshSessionFactory
org.eclipse.jgit.transport.sshd.SshdSessionFactory
org.springframework.cloud.config.server.ssh.FileBasedSshSessionFactory
All Implemented Interfaces:
Closeable, AutoCloseable

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • createSshConfigStore

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