| Package | Description |
|---|---|
| org.eclipse.jgit.internal.transport.ssh | |
| org.eclipse.jgit.internal.transport.sshd | |
| org.eclipse.jgit.transport.sshd |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenSshConfigFile
Fairly complete configuration parser for the openssh ~/.ssh/config file.
|
| Constructor and Description |
|---|
JGitSshConfig(SshConfigStore store)
Creates a new
JGitSshConfig that will read the config from the
given SshConfigStore. |
| Modifier and Type | Method and Description |
|---|---|
SshConfigStore |
SshdSessionFactoryBuilder.ConfigStoreFactory.create(File homeDir,
File configFile,
String localUserName)
Creates a
SshConfigStore. |
protected SshConfigStore |
SshdSessionFactory.createSshConfigStore(File homeDir,
File configFile,
String localUserName)
Obtains a
SshConfigStore, or null if not SSH config is to
be used. |
Copyright © 2024 Eclipse JGit Project. All rights reserved.