struct ssh_config_keyword_table_s

struct ssh_config_keyword_table_s {
    // fields

    const char* name;
    enum ssh_config_opcode_e opcode;
};