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 FileBasedSshSessionFactory(JGitEnvironmentProperties sshUriProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.jgit.transport.SshConfigStorecreateSshConfigStore(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
-
-
-
-
Constructor Detail
-
FileBasedSshSessionFactory
public FileBasedSshSessionFactory(JGitEnvironmentProperties sshUriProperties)
-
-