struct io.SshConnectParams

struct SshConnectParams {
    // fields

    io.SocketAddress m_address;
    string_t m_userName;
    void const* m_privateKey;
    size_t m_privateKeySize;
    string_t m_password;
    string_t m_channelType;
    void const* m_channelExtra;
    size_t m_channelExtraSize;
    string_t m_processType;
    void const* m_processExtra;
    size_t m_processExtraSize;
    string_t m_ptyType;
    uint_t m_ptyWidth;
    uint_t m_ptyHeight;
};