createDirectTCPIPChannel(using:initialize:)

    Creates a new direct TCP/IP channel. This channel type is used to open a TCP/IP connection to a remote host, through the remote SSH server.

    DirectTCPIP+Client.swift:39
    func createDirectTCPIPChannel(using settings: SSHChannelType.DirectTCPIP, initialize: @escaping (Channel) -> EventLoopFuture<Void>) async throws -> Channel

    Other members in extension

    Types

    Type members

    Instance members