Class 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.
    • Method Detail

      • 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