Class JGitSshConfig

java.lang.Object
org.eclipse.jgit.internal.transport.sshd.JGitSshConfig
All Implemented Interfaces:
org.apache.sshd.client.config.hosts.HostConfigEntryResolver

public class JGitSshConfig extends Object implements org.apache.sshd.client.config.hosts.HostConfigEntryResolver
A bridge between a JGit SshConfigStore and the Apache MINA sshd HostConfigEntryResolver.
  • Field Details

  • Constructor Details

  • Method Details

    • resolveEffectiveHost

      public org.apache.sshd.client.config.hosts.HostConfigEntry resolveEffectiveHost(String host, int port, SocketAddress localAddress, String username, String proxyJump, org.apache.sshd.common.AttributeRepository attributes) throws IOException
      Specified by:
      resolveEffectiveHost in interface org.apache.sshd.client.config.hosts.HostConfigEntryResolver
      Throws:
      IOException