Skip to content

Add SSH proxy support #17

@drodil

Description

@drodil

Add proxy support for configuration file for global config and server specific config. This means the proxy host, port, username and password. In case proxy is set use it to connect to the target server. This is possible by using the:

proxyClient := ssh.Dial(proxy)
conn := proxyClient.Dial(target) // without config
clientConn, channels, reqs := ssh.NewClientConn(conn, targetConfig)
client := ssh.NewClient(clientConn, channels, reqs)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions